This commit is contained in:
lhx
2025-11-07 11:47:00 +08:00
3 changed files with 22 additions and 2 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()
# 调用服务层获取数据