mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-11 19:07:09 +08:00
添加批量为用户取消标签的接口
This commit is contained in:
@@ -62,9 +62,9 @@ public class WxMpUserTagServiceImplTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testBatchTagging() throws Exception {
|
||||
public void testBatchUntagging() throws Exception {
|
||||
String[] openids = new String[]{((ApiTestModule.WxXmlMpInMemoryConfigStorage) this.wxService.getWxMpConfigStorage()).getOpenid()};
|
||||
boolean res = this.wxService.getUserTagService().batchTagging(this.tagId, openids);
|
||||
boolean res = this.wxService.getUserTagService().batchUntagging(this.tagId, openids);
|
||||
System.out.println(res);
|
||||
Assert.assertTrue(res);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user