Breaking Change
- Requires OpenClaw 2026.3.2+ — drops backward compatibility with older versions.
Fixes
- Fix webhook callback verification failing after OpenClaw 3.2 upgrade (Closes #61, Closes #65)
- OpenClaw 3.2 removed
api.registerHttpHandler(); now usesapi.registerHttpRoute({auth: "plugin", match: "prefix"}). auth: "plugin"bypasses gateway Bearer-token auth so WeCommsg_signatureverification works correctly.- Removes per-account
registerPluginHttpRoutecalls fromstartAccount()(no longer needed). - Fixes webhook callbacks returning HTML (SPA catch-all) instead of decrypted echostr.
- OpenClaw 3.2 removed
Upgrade
openclaw extension install @sunnoy/wecom@1.6.0Then restart the OpenClaw gateway.