优化提示。

This commit is contained in:
Hommy
2026-01-31 16:48:46 +08:00
parent 67f94f3a99
commit add42b8d3d
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ API_HEADERS = {
'Accept': 'application/json',
'Content-Type': 'application/json'
}
DEFAULT_API_TIMEOUT = 30 # 默认API超时时间为30秒
def get_user_points(api_key: str) -> float:
"""