juzibot / donut-tester

40 stars 4 forks source link

(<Status.INTERNAL: 13>,'Can not search contact by xxxx, status: -4 reason: User do not exist', None) #75

Open why2lyj opened 3 years ago

why2lyj commented 3 years ago

if weixin number or phone number is not exist, below api will return an issue instead of a request body

chatie_grpc\wechatyinit.py

return await self._unary_unary(
            "/wechaty.Puppet/FriendshipSearchWeixin",
            request,
            FriendshipSearchWeixinResponse,
        )

(<Status.INTERNAL: 13>,'Can not search contact by xxxx, status: -4 reason: User do not exist', None)

@su-chang