's'
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user