Huge Rewrite!
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
import json
|
||||
from API_TitleServer import apiSDGB
|
||||
from Config import *
|
||||
|
||||
def apiGetUserPreview(userId) -> str:
|
||||
data = json.dumps({
|
||||
@@ -12,5 +13,6 @@ def apiGetUserPreview(userId) -> str:
|
||||
|
||||
# CLI 示例
|
||||
if __name__ == "__main__":
|
||||
userId = input("请输入用户 ID:")
|
||||
#userId = input("请输入用户 ID:")
|
||||
userId = testUid
|
||||
print(apiGetUserPreview(userId))
|
||||
|
||||
Reference in New Issue
Block a user