mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-11 19:07:09 +08:00
添加获取用户身上的标签列表的接口
This commit is contained in:
@@ -68,4 +68,12 @@ public class WxMpUserTagServiceImplTest {
|
||||
System.out.println(res);
|
||||
Assert.assertTrue(res);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testUserTagList() throws Exception {
|
||||
List<Integer> res = this.wxService.getUserTagService().userTagList(
|
||||
((ApiTestModule.WxXmlMpInMemoryConfigStorage) this.wxService.getWxMpConfigStorage()).getOpenid());
|
||||
System.out.println(res);
|
||||
Assert.assertNotNull(res);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user