From e7c9ee126f6bc55fc8325a7c1feea3c840b05435 Mon Sep 17 00:00:00 2001 From: 16337 <1633794139@qq.com> Date: Thu, 26 Mar 2026 13:39:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E8=B0=83=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=EF=BC=8C=E6=B8=85=E7=90=86=20send-card/wechat=5Fservi?= =?UTF-8?q?ce=20=E8=B0=83=E8=AF=95=E6=97=A5=E5=BF=97=E5=92=8C=E7=AB=AF?= =?UTF-8?q?=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/routers/wechat_notify_api.py | 1 + 1 file changed, 1 insertion(+) 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)} +