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 {
83
83
* @return List of CpUser id
84
84
* @throws WxErrorException .
85
85
*/
86
- @ Deprecated
87
86
List <String > listFollowUser () throws WxErrorException ;
88
87
89
88
}
Original file line number Diff line number Diff line change @@ -114,9 +114,8 @@ public static class User {
114
114
public static class ExternalContact {
115
115
@ Deprecated
116
116
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" ;
119
117
118
+ public static final String GET_FOLLOW_USER_LIST = "/cgi-bin/externalcontact/get_follow_user_list" ;
120
119
public static final String GET_CONTACT_DETAIL = "/cgi-bin/externalcontact/get?external_userid=" ;
121
120
public static final String LIST_EXTERNAL_CONTACT = "/cgi-bin/externalcontact/list?userid=" ;
122
121
}
You can’t perform that action at this time.
0 commit comments