1.设置全局更新变量

2.把过期信息一并抓取
This commit is contained in:
whm
2025-11-07 10:57:10 +08:00
parent a60720a85e
commit 47af64d1e1
3 changed files with 7 additions and 4 deletions

View File

@@ -394,6 +394,7 @@ def get_today_data(request: TodayDataRequest, db: Session = Depends(get_db)):
# account_id = request.account_id # 根据根据实际需求决定是否需要
# 触发定时任务(如果需要传入参数,可在这里添加)
# from ..utils.scheduler import scheduled_get_max_nyid_by_point_id
# scheduled_get_max_nyid_by_point_id()
# 调用服务层获取数据