diff --git a/app/routers/wechat_notify_api.py b/app/routers/wechat_notify_api.py index dd21536..1d34bf7 100644 --- a/app/routers/wechat_notify_api.py +++ b/app/routers/wechat_notify_api.py @@ -203,3 +203,4 @@ async def trigger_daily_report(preview: bool = False): except Exception as e: logger.error(f"手动触发日报异常: {e}", exc_info=True) return {"code": -1, "msg": str(e)} +