chore: sdgb140

This commit is contained in:
mokurin000
2025-07-30 01:43:30 +08:00
parent c304c24863
commit 41a2ad5ae1
3 changed files with 6 additions and 3 deletions

View File

@@ -14,6 +14,6 @@ def apiGetUserPreview(userId, noLog: bool = False) -> str:
# CLI 示例
if __name__ == "__main__":
# userId = input("请输入用户 ID")
userId = testUid8
userId = input("请输入用户 ID")
# userId = testUid8
print(apiGetUserPreview(userId))