mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-23 22:11:40 +08:00
🎨 【企业微信】修复第三方获取访问用户身份等接口地址为最新的
This commit is contained in:
parent
315612150c
commit
27fc7c0493
@ -801,11 +801,11 @@ public interface WxCpApiPathConsts {
|
||||
/**
|
||||
* The constant GET_USERINFO3RD.
|
||||
*/
|
||||
String GET_USERINFO3RD = "/cgi-bin/service/getuserinfo3rd";
|
||||
String GET_USERINFO3RD = "/cgi-bin/service/auth/getuserinfo3rd";
|
||||
/**
|
||||
* The constant GET_USERDETAIL3RD.
|
||||
*/
|
||||
String GET_USERDETAIL3RD = "/cgi-bin/service/getuserdetail3rd";
|
||||
String GET_USERDETAIL3RD = "/cgi-bin/service/auth/getuserdetail3rd";
|
||||
/**
|
||||
* The constant GET_LOGIN_INFO.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user