From 7be55dc05952c5e1a78e625e08f1815328a39ab6 Mon Sep 17 00:00:00 2001 From: liujianjiang Date: Wed, 26 Nov 2025 17:47:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 8c0d364..b9d0744 100644 --- a/main.py +++ b/main.py @@ -90,7 +90,7 @@ async def add_account(account_data: AccountCreate, account_manager: Any = Depend @app.post("/receive_data") async def receive_data(params: Dict[str, Any]): """数据接收接口""" - # 接收道德数据表写入redis后,存入mysql(可以根据业务需求确认是否需要永久保存) + # 接收数据表写入redis后,存入mysql @app.get("/crawler_task")