We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab916dd commit f7b5b52Copy full SHA for f7b5b52
weixin-java-cp/src/test/java/me/chanjar/weixin/cp/api/WxCpTagAPITest.java
@@ -42,7 +42,7 @@ public void testTagGet() throws Exception {
42
public void testTagAddUsers() throws Exception {
43
List<String> userIds = new ArrayList<String>();
44
userIds.add(((ApiTestModule.WxXmlCpInMemoryConfigStorage)configStorage).getUserId());
45
- wxService.tagAddUsers(tagId, userIds);
+ wxService.tagAddUsers(tagId, userIds, null);
46
}
47
48
@Test(dependsOnMethods = "testTagAddUsers")
0 commit comments