server启动之后,填入callback

This commit is contained in:
liuwei
2025-04-23 11:59:14 +08:00
parent 17a88a4757
commit f8faddd7c2
3 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ def register_robot(appid, robot_instance):
logger.info(f"已注册appid为{appid}的Robot实例")
@router.post("/gewechat/callback")
@router.post("/gewechat/message/callback")
async def callback(request: Request):
"""接收微信消息回调"""
try: