浏览代码

调整

c1
H Vs 1 个月前
父节点
当前提交
786d84440e
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      app/endpoints/pipeline_endpoint.py

+ 3
- 3
app/endpoints/pipeline_endpoint.py 查看文件

@@ -81,9 +81,9 @@ async def handle_messages_async(request: Request,token_id,msg):
msg_data=msg.get("Data")
type_name =msg.get("TypeName")

app_id = msg.get("Appid")
from_wxid=msg_data["FromUserName"]["string"]
msg_content=msg_data["Content"]["string"]
# app_id = msg.get("Appid")
# from_wxid=msg_data["FromUserName"]["string"]
# msg_content=msg_data["Content"]["string"]
wxid = msg.get("Wxid",'')

match type_name:


正在加载...
取消
保存