This commit is contained in:
Felix
2026-01-14 11:05:03 +08:00
parent f7c5e0a4bf
commit 50461f3631

View File

@@ -19,7 +19,7 @@ app = register_app()
@app.get("/")
async def read_root():
await wx_user_index_history()
# await wx_user_index_history()
# res = await SentenceService()._process_scene_task(2111026809104629760, 2108963527040565248)
return {"Hello": f"World, {datetime.now().isoformat()}"}