puppet-padlocal icon indicating copy to clipboard operation
puppet-padlocal copied to clipboard

ERROR [ExceptionsHandler] this.friendshipSearchHandle is not a function

Open ZhouXi1201 opened this issue 1 year ago • 0 comments

用微信号搜索微信联系人不可用 使用 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

ZhouXi1201 avatar Jan 29 '24 03:01 ZhouXi1201