wechaty是否可以获取到群成员的手机号? #2401
Answered
by
huan
weishaogeng512
asked this question in
Q&A
wechaty是否可以获取到群成员的手机号?
#2401
-
我做了一个小程序,客户登录小程序的时候只能获取到他的手机号,没有办法获取到客户的微信号。 我用wechaty做了群签到的功能,签到之后目前能获取到客户的wxid,也就是微信号。我查看wechaty的doc说明是能获取到phone的,但是我调取之后,返回的是空值。 所以想请教一下wechaty是否可以获取到群成员的手机号? 如果可以获取,我的小程序和群签到功能就能串联起来了。 |
Beta Was this translation helpful? Give feedback.
Answered by
huan
Apr 16, 2022
Replies: 1 comment 2 replies
-
This feature will depend on the Puppet Provider implementation. If the Puppet Provider provides this payload data, then Wechaty will be able to read it. Learn more about the Puppet Provider from https://wechaty.js.org/docs/puppet-providers/ |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
zhihuifanqiechaodan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This feature will depend on the Puppet Provider implementation.
If the Puppet Provider provides this payload data, then Wechaty will be able to read it.
Learn more about the Puppet Provider from https://wechaty.js.org/docs/puppet-providers/