소스 검색

调整

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:


Loading…
취소
저장