1.默认每日获取0天到期的

This commit is contained in:
whm
2025-11-17 10:41:10 +08:00
parent 2199a3e4d3
commit 502ef50a87
3 changed files with 8 additions and 4 deletions

View File

@@ -26,6 +26,8 @@ class NYIDRequest(BaseModel):
# 今日数据请求
class TodayDataRequest(BaseModel):
account_id: str
start: Optional[int] = None
end: Optional[int] = None
# 沉降数据导入请求
class SettlementDataImportRequest(BaseModel):
point_id: str