我agent模式下通过微信客服对接的自建应用怎么收不到消息,openclaw的日志如下
14:23:07 info plugins {"subsystem":"plugins"} wecom: observability enabled (payloadMeta=on) 14:23:07 info plugins {"subsystem":"plugins"} wecom_doc: registered (accounts=1) 14:23:07 info plugins {"subsystem":"plugins"} wecom: registered legacy agent alias /webhooks/app for account=default 14:23:07 info plugins {"subsystem":"plugins"} wecom: registered webhook at /wecom/callback (accounts=default) 14:23:07 info plugins {"subsystem":"plugins"} wecom: registered webhook at /webhooks/app (accounts=default) 14:23:19 info gateway {"subsystem":"gateway"} wecom inbound: account=default from= msgType=event chatId=N/A content= 14:23:19 warn gateway {"subsystem":"gateway"} wecom: inbound message missing FromUserName, dropped
我调用本地的接口是的
curl -i http://127.0.0.1:18789/wecom/callback HTTP/1.1 200 OK X-Content-Type-Options: nosniff Referrer-Policy: no-referrer Permissions-Policy: camera=(), microphone=(), geolocation=() Content-Type: text/plain; charset=utf-8 Date: Tue, 17 Mar 2026 14:56:38 GMT Connection: keep-alive Keep-Alive: timeout=5 Content-Length: 16
我的配置如下:
"channels": { "wecom": { "enabled": true, "corpId": "xxx", "corpSecret": "xxx-xx", "agentId": 1000004, "callbackToken": "xxxx", "callbackAesKey": "xxxx", "webhookPath": "/wecom/callback", "allowFrom": ["*"], "dm": { "mode": "open" }, "events": { "enabled": true, "enterAgentWelcomeEnabled": true, "enterAgentWelcomeText": "您好!我是客服,很高兴为您服务!" }, "tools": { "doc": true } }
{ "agentId": "customer-service", "match": { "channel": "wecom" } }
我agent模式下通过微信客服对接的自建应用怎么收不到消息,openclaw的日志如下
14:23:07 info plugins {"subsystem":"plugins"} wecom: observability enabled (payloadMeta=on) 14:23:07 info plugins {"subsystem":"plugins"} wecom_doc: registered (accounts=1) 14:23:07 info plugins {"subsystem":"plugins"} wecom: registered legacy agent alias /webhooks/app for account=default 14:23:07 info plugins {"subsystem":"plugins"} wecom: registered webhook at /wecom/callback (accounts=default) 14:23:07 info plugins {"subsystem":"plugins"} wecom: registered webhook at /webhooks/app (accounts=default) 14:23:19 info gateway {"subsystem":"gateway"} wecom inbound: account=default from= msgType=event chatId=N/A content= 14:23:19 warn gateway {"subsystem":"gateway"} wecom: inbound message missing FromUserName, dropped我调用本地的接口是的
curl -i http://127.0.0.1:18789/wecom/callback HTTP/1.1 200 OK X-Content-Type-Options: nosniff Referrer-Policy: no-referrer Permissions-Policy: camera=(), microphone=(), geolocation=() Content-Type: text/plain; charset=utf-8 Date: Tue, 17 Mar 2026 14:56:38 GMT Connection: keep-alive Keep-Alive: timeout=5 Content-Length: 16我的配置如下:
"channels": { "wecom": { "enabled": true, "corpId": "xxx", "corpSecret": "xxx-xx", "agentId": 1000004, "callbackToken": "xxxx", "callbackAesKey": "xxxx", "webhookPath": "/wecom/callback", "allowFrom": ["*"], "dm": { "mode": "open" }, "events": { "enabled": true, "enterAgentWelcomeEnabled": true, "enterAgentWelcomeText": "您好!我是客服,很高兴为您服务!" }, "tools": { "doc": true } }{ "agentId": "customer-service", "match": { "channel": "wecom" } }