mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-24 07:23:01 +08:00
fix: compile error
This commit is contained in:
parent
ab916ddd71
commit
f7b5b52808
@ -42,7 +42,7 @@ public class WxCpTagAPITest {
|
|||||||
public void testTagAddUsers() throws Exception {
|
public void testTagAddUsers() throws Exception {
|
||||||
List<String> userIds = new ArrayList<String>();
|
List<String> userIds = new ArrayList<String>();
|
||||||
userIds.add(((ApiTestModule.WxXmlCpInMemoryConfigStorage)configStorage).getUserId());
|
userIds.add(((ApiTestModule.WxXmlCpInMemoryConfigStorage)configStorage).getUserId());
|
||||||
wxService.tagAddUsers(tagId, userIds);
|
wxService.tagAddUsers(tagId, userIds, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(dependsOnMethods = "testTagAddUsers")
|
@Test(dependsOnMethods = "testTagAddUsers")
|
||||||
|
Loading…
Reference in New Issue
Block a user