Skip to content

Conversation

nadirvishun
Copy link

微信接口改动:

如果新旧应用一起混用的话需要特别注意,类似:

  • name字段,旧的应用接口1中可以正常获取,新的应用则没有此字段了,但接口2中新旧都有,所以统一去接口2中获取比较好
  • address字段,旧的应用接口1中没有,接口2中有,新的应用接口1中有,接口2中没有,这时如果无法区分新旧应用则需要两个接口都要判定下,才能取到正确的值。
  • 其它的字段是否还有这种情况则不是很清楚
@nadirvishun nadirvishun changed the title 获取访问用户敏感信息接口中增加地址和企业邮箱字段 企业微信获取访问用户敏感信息接口中增加地址和企业邮箱字段 Oct 25, 2022
@nadirvishun nadirvishun changed the title 企业微信获取访问用户敏感信息接口中增加地址和企业邮箱字段 【企业微信】获取访问用户敏感信息接口中增加地址和企业邮箱字段 Oct 25, 2022
@sonatype-lift
Copy link

sonatype-lift bot commented Oct 25, 2022

⚠️ 22 God Classes were detected by Lift in this project. Visit the Lift web console for more details.

@binarywang
Copy link
Owner

那些不再返回的字段,你可以标记为@ deprecated

@binarywang binarywang added this to the 4.4.4 milestone Oct 25, 2022
@nadirvishun
Copy link
Author

主要是这些字段旧的应用还是正常返回,后续也不会取消,还有文档中说通讯录相关的调用也正常返回,所以没有加注解。

@binarywang binarywang merged commit df75971 into binarywang:develop Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants