fix(tm): 去除冗余的上传参数

This commit is contained in:
cnlimiter
2026-03-19 19:56:08 +08:00
parent 9d369bca63
commit 7f8e85b0aa
5 changed files with 15 additions and 252 deletions

View File

@@ -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, "上传成功"