2025适配 尚不稳定但是可能能用

This commit is contained in:
Remik1r3n
2025-06-12 22:23:52 +08:00
parent 465211ac96
commit f53dfef7ca
6 changed files with 89 additions and 108 deletions

View File

@@ -12,11 +12,6 @@ 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 apiGetUserThing(userId:int, thing:str, noLog=False) -> str:
"""获取用户数据的 API 请求器,返回 Json String"""
# 构建 Payload