H Vs hace 1 mes
padre
commit
786d84440e
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      app/endpoints/pipeline_endpoint.py

+ 3
- 3
app/endpoints/pipeline_endpoint.py Ver fichero

@@ -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:


Cargando…
Cancelar
Guardar