取消沉降account_id参数

This commit is contained in:
lhx
2025-11-29 16:32:17 +08:00
parent 88de975af6
commit 5174fd82b8
2 changed files with 19 additions and 19 deletions

View File

@@ -103,7 +103,7 @@ class SettlementDataQueryRequest(BaseModel):
id: Optional[int] = None
point_id: Optional[int] = None
NYID: Optional[int] = None
account_id: str # 账号ID强制要求
account_id: Optional[str] = None # 账号ID可选兼容int和str
CVALUE: Optional[str] = None
MAVALUE: Optional[str] = None
MTIME_W: Optional[str] = None