移除调试代码,清理 send-card/wechat_service 调试日志和端点

This commit is contained in:
2026-03-26 13:39:20 +08:00
parent 0bde8c03a4
commit e7c9ee126f

View File

@@ -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)}