This commit is contained in:
eric
2026-03-31 13:15:45 -05:00
parent 65b58d613c
commit 633c1af894
2 changed files with 5 additions and 3 deletions

View File

@@ -375,7 +375,7 @@ async def handle_business(data: dict) -> str:
msg = _build_keyword_h5_obj(query, user_id)
if msg:
return json.dumps(msg, ensure_ascii=False)
return "1111111"
return ""
async def _handle_wechat_request(request: Request, app_id: Optional[str], background_tasks: BackgroundTasks) -> str: