【企业微信】获取访问用户敏感信息接口中增加地址和企业邮箱字段 by nadirvishun · Pull Request #2854 · binarywang/WxJava
binarywang / WxJava Public
-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Merged
Merged
Conversation
nadirvishun
commented
Oct 25, 2022
nadirvishun
commented
微信接口改动:
- 获取访问用户敏感信息,接口1
- 读取成员,接口2
如果新旧应用一起混用的话需要特别注意,类似:
name字段,旧的应用接口1中可以正常获取,新的应用则没有此字段了,但接口2中新旧都有,所以统一去接口2中获取比较好address字段,旧的应用接口1中没有,接口2中有,新的应用接口1中有,接口2中没有,这时如果无法区分新旧应用则需要两个接口都要判定下,才能取到正确的值。- 其它的字段是否还有这种情况则不是很清楚
nadirvishun
changed the title
获取访问用户敏感信息接口中增加地址和企业邮箱字段
企业微信获取访问用户敏感信息接口中增加地址和企业邮箱字段
nadirvishun
changed the title
企业微信获取访问用户敏感信息接口中增加地址和企业邮箱字段
【企业微信】获取访问用户敏感信息接口中增加地址和企业邮箱字段
sonatype-lift
Bot
commented
Oct 25, 2022
sonatype-lift Bot commented
binarywang
commented
Oct 25, 2022
binarywang commented
Owner
那些不再返回的字段,你可以标记为@ deprecated
binarywang
added this to the
4.4.4 milestone
nadirvishun
commented
Oct 25, 2022
nadirvishun commented
Author
主要是这些字段旧的应用还是正常返回,后续也不会取消,还有文档中说通讯录相关的调用也正常返回,所以没有加注解。
binarywang
merged commit
df75971
into
binarywang:develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment