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