File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
weixin-java-cp/src/main/java/me/chanjar/weixin/cp Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments