wechaty / puppet-padlocal

Puppet PadLocal is a Pad Protocol for WeChat
https://wechaty.js.org/docs/puppet-providers/padlocal
Apache License 2.0
638 stars 88 forks source link

ERROR [ExceptionsHandler] this.friendshipSearchHandle is not a function #284

Open ZhouXi1201 opened 8 months ago

ZhouXi1201 commented 8 months ago

用微信号搜索微信联系人不可用 使用 const contact = await this.bot.Friendship.search({ weixin: wxId }) 返回 WARN Puppet friendshipSearch() { weixin: ... } is deprecated. use { handle: ... } instead. image 但是改用 hanlde const contact = await this.bot.Friendship.search({ handle: wxId }) 返回 TypeError: this.friendshipSearchHandle is not a function