Skip to content

Commit 9355b50

Browse files
committed
🎨 恢复被误标记为deprecated的代码
1 parent 99d450f commit 9355b50

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/api/WxCpExternalContactService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ public interface WxCpExternalContactService {
8383
* @return List of CpUser id
8484
* @throws WxErrorException .
8585
*/
86-
@Deprecated
8786
List<String> listFollowUser() throws WxErrorException;
8887

8988
}

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/constant/WxCpApiPathConsts.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,8 @@ public static class User {
114114
public static class ExternalContact {
115115
@Deprecated
116116
public static final String GET_EXTERNAL_CONTACT = "/cgi-bin/crm/get_external_contact?external_userid=";
117-
@Deprecated
118-
public static final String GET_FOLLOW_USER_LIST = "/cgi-bin/externalcontact/get_follow_user_list";
119117

118+
public static final String GET_FOLLOW_USER_LIST = "/cgi-bin/externalcontact/get_follow_user_list";
120119
public static final String GET_CONTACT_DETAIL = "/cgi-bin/externalcontact/get?external_userid=";
121120
public static final String LIST_EXTERNAL_CONTACT = "/cgi-bin/externalcontact/list?userid=";
122121
}

0 commit comments

Comments
 (0)