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")