代码提交
This commit is contained in:
parent
912c0cecdb
commit
7be55dc059
2
main.py
2
main.py
|
|
@ -90,7 +90,7 @@ async def add_account(account_data: AccountCreate, account_manager: Any = Depend
|
||||||
@app.post("/receive_data")
|
@app.post("/receive_data")
|
||||||
async def receive_data(params: Dict[str, Any]):
|
async def receive_data(params: Dict[str, Any]):
|
||||||
"""数据接收接口"""
|
"""数据接收接口"""
|
||||||
# 接收道德数据表写入redis后,存入mysql(可以根据业务需求确认是否需要永久保存)
|
# 接收数据表写入redis后,存入mysql
|
||||||
|
|
||||||
|
|
||||||
@app.get("/crawler_task")
|
@app.get("/crawler_task")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue