|
|
@@ -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="; |
|
|
|
} |
|
|
|