mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-08 06:37:46 +08:00
🎨 恢复被误标记为deprecated的代码
This commit is contained in:
parent
99d450f3cf
commit
9355b50cd5
@ -83,7 +83,6 @@ public interface WxCpExternalContactService {
|
|||||||
* @return List of CpUser id
|
* @return List of CpUser id
|
||||||
* @throws WxErrorException .
|
* @throws WxErrorException .
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
List<String> listFollowUser() throws WxErrorException;
|
List<String> listFollowUser() throws WxErrorException;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -114,9 +114,8 @@ public final class WxCpApiPathConsts {
|
|||||||
public static class ExternalContact {
|
public static class ExternalContact {
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public static final String GET_EXTERNAL_CONTACT = "/cgi-bin/crm/get_external_contact?external_userid=";
|
public static final String GET_EXTERNAL_CONTACT = "/cgi-bin/crm/get_external_contact?external_userid=";
|
||||||
@Deprecated
|
|
||||||
public static final String GET_FOLLOW_USER_LIST = "/cgi-bin/externalcontact/get_follow_user_list";
|
|
||||||
|
|
||||||
|
public static final String GET_FOLLOW_USER_LIST = "/cgi-bin/externalcontact/get_follow_user_list";
|
||||||
public static final String GET_CONTACT_DETAIL = "/cgi-bin/externalcontact/get?external_userid=";
|
public static final String GET_CONTACT_DETAIL = "/cgi-bin/externalcontact/get?external_userid=";
|
||||||
public static final String LIST_EXTERNAL_CONTACT = "/cgi-bin/externalcontact/list?userid=";
|
public static final String LIST_EXTERNAL_CONTACT = "/cgi-bin/externalcontact/list?userid=";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user