mirror of
https://github.com/cnlimiter/codex-register.git
synced 2026-07-03 13:21:40 +08:00
fix(tm): 去除冗余的上传参数
This commit is contained in:
@@ -53,8 +53,7 @@ def upload_to_team_manager(
|
||||
headers=headers,
|
||||
json=payload,
|
||||
proxies=None,
|
||||
timeout=30,
|
||||
impersonate="chrome110",
|
||||
timeout=30
|
||||
)
|
||||
if resp.status_code in (200, 201):
|
||||
return True, "上传成功"
|
||||
|
||||
Reference in New Issue
Block a user