mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-12 03:19:53 +08:00
增加删除标签的接口
This commit is contained in:
@@ -48,4 +48,11 @@ public class WxMpUserTagServiceImplTest {
|
||||
Assert.assertTrue(res);
|
||||
}
|
||||
|
||||
@Test(dependsOnMethods = { "testTagCreate" })
|
||||
public void testTagDelete() throws Exception {
|
||||
Boolean res = this.wxService.getUserTagService().tagDelete(this.tagId);
|
||||
System.out.println(res);
|
||||
Assert.assertTrue(res);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user