Huge Rewrite!

This commit is contained in:
Remik1r3n
2025-02-02 03:17:13 +08:00
parent 3638de178d
commit 90d8b74c45
28 changed files with 1038 additions and 420 deletions

View File

@@ -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))