增加代理展示

This commit is contained in:
yml2213
2026-07-10 00:21:07 +08:00
parent cd2d02c86e
commit baec2ab0fb
5 changed files with 40 additions and 5 deletions
+2
View File
@@ -175,6 +175,7 @@ class AccountCheckBatchRequest(BaseModel):
concurrency: int = Field(3, ge=1, le=10)
max_login_retries: int = Field(0, ge=0, le=50)
max_total_time: float = Field(300, ge=0, le=3600)
use_proxy: bool = False
class AccountCheckItemOut(BaseModel):
@@ -195,6 +196,7 @@ class AccountCheckBatchOut(BaseModel):
concurrency: int
max_login_retries: int
max_total_time: float
use_proxy: bool
total: int
finished_count: int
running_count: int