🐛【企业微信】修复external_userid转换接口的地址

This commit is contained in:
freedom9 2022-10-14 16:11:54 +08:00 committed by GitHub
parent 809ff15709
commit b6ad48dff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
*/