mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 18:46:10 +08:00 
			
		
		
		
	🎨 恢复被误标记为deprecated的代码
This commit is contained in:
		| @ -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="; | ||||
|   } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang