修复用户扩展属性为空的bug
This commit is contained in:
@@ -68,7 +68,7 @@ public class UserTest extends TokenTest {
|
||||
|
||||
@Test
|
||||
public void list() throws WeixinException {
|
||||
List<User> userList = userApi.listUser(3, true, UserStatus.BOTH, true);
|
||||
List<User> userList = userApi.listUser(1, true, UserStatus.BOTH, true);
|
||||
Assert.assertFalse(userList.isEmpty());
|
||||
System.out.println(userList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user