瀏覽代碼

调整

c1
H Vs 1 月之前
父節點
當前提交
6829f0a374
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      app/endpoints/pipeline_endpoint.py

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

@@ -78,7 +78,7 @@ async def handle_self_cmd_async(request: Request,wxid,msg):
logger.info(f'{wxid} {"启动" if commands[msg_content] else "关闭"}托管')

async def handle_messages_async(request: Request,token_id,msg):
msg_data=msg.get("Data")
#msg_data=msg.get("Data")
type_name =msg.get("TypeName")

# app_id = msg.get("Appid")


Loading…
取消
儲存