bugfix
This commit is contained in:
@@ -12,9 +12,10 @@ def implGetUser_(thing:str, userId:int, noLog=False) -> dict:
|
||||
# 返回 Dict
|
||||
return userthingDict
|
||||
|
||||
def apiGetUserData(userId:int) -> str:
|
||||
"""Now aka of implGetUser_(Data)"""
|
||||
return implGetUser_("Data", userId)
|
||||
# 已弃用
|
||||
#def apiGetUserData(userId:int) -> str:
|
||||
# """Now aka of implGetUser_(Data)"""
|
||||
# return implGetUser_("Data", userId)
|
||||
|
||||
def apiGetUserThing(userId:int, thing:str, noLog=False) -> str:
|
||||
"""获取用户数据的 API 请求器,返回 Json String"""
|
||||
|
||||
Reference in New Issue
Block a user