mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 02:28:25 +08:00 
			
		
		
		
	修复错误的javadoc
This commit is contained in:
		| @ -76,7 +76,7 @@ public interface WxMpUserTagService { | |||||||
|    * <pre> |    * <pre> | ||||||
|    * 批量为用户取消标签 |    * 批量为用户取消标签 | ||||||
|    * 详情请见:<a href="http://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421140837&token=&lang=zh_CN">用户标签管理</a> |    * 详情请见:<a href="http://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421140837&token=&lang=zh_CN">用户标签管理</a> | ||||||
|    * 接口url格式: https://api.weixin.qq.com/cgi-bin/tags/members/batchtagging?access_token=ACCESS_TOKEN |    * 接口url格式: https://api.weixin.qq.com/cgi-bin/tags/members/batchuntagging?access_token=ACCESS_TOKEN | ||||||
|    * </pre> |    * </pre> | ||||||
|    */ |    */ | ||||||
|   boolean batchUntagging(Long tagId, String[] openids) throws WxErrorException; |   boolean batchUntagging(Long tagId, String[] openids) throws WxErrorException; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang