@henryxiaoyang/wechat-access-unqclawed 1.0.16 → 1.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/auth/qclaw-api.ts CHANGED
@@ -139,7 +139,7 @@ export class QClawAPI {
139
139
  async generateContactLink(openKfId: string): Promise<QClawApiResponse> {
140
140
  return this.post("data/4018/forward", {
141
141
  guid: this.guid,
142
- user_id: this.userId,
142
+ user_id: Number(this.userId),
143
143
  open_id: openKfId,
144
144
  contact_type: "open_kfid",
145
145
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryxiaoyang/wechat-access-unqclawed",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "type": "module",
5
5
  "description": "OpenClaw 微信通路插件 — 扫码登录 + AGP WebSocket 双向通信",
6
6
  "author": "HenryXiaoYang",