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