mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-02 20:02:37 +08:00
🐛【企业微信】修复external_userid转换接口的地址
This commit is contained in:
parent
809ff15709
commit
b6ad48dff7
@ -995,7 +995,7 @@ public interface WxCpApiPathConsts {
|
||||
/**
|
||||
* The constant GET_NEW_EXTERNAL_USERID.
|
||||
*/
|
||||
String GET_NEW_EXTERNAL_USERID = "/cgi-bin/service/externalcontact/get_new_external_userid";
|
||||
String GET_NEW_EXTERNAL_USERID = "/cgi-bin/externalcontact/get_new_external_userid";
|
||||
/**
|
||||
* The constant TO_SERVICE_EXTERNAL_USERID.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user