mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-04 20:57:47 +08:00
修复错误的javadoc
This commit is contained in:
parent
9140425015
commit
af4bb1d85b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user