Skip to content

Commit e6a3f60

Browse files
committed
修复错误的javadoc
1 parent cf8fb4c commit e6a3f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/WxMpUserTagService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ WxTagListUser tagListUser(Long tagId, String nextOpenid)
7676
* <pre>
7777
* 批量为用户取消标签
7878
* 详情请见:<a href="http://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421140837&token=&lang=zh_CN">用户标签管理</a>
79-
* 接口url格式: https://api.weixin.qq.com/cgi-bin/tags/members/batchtagging?access_token=ACCESS_TOKEN
79+
* 接口url格式: https://api.weixin.qq.com/cgi-bin/tags/members/batchuntagging?access_token=ACCESS_TOKEN
8080
* </pre>
8181
*/
8282
boolean batchUntagging(Long tagId, String[] openids) throws WxErrorException;

0 commit comments

Comments
 (0)