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