mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-02-18 14:16:25 +08:00
规范部分代码
This commit is contained in:
@@ -37,7 +37,7 @@ public class WxCpUserServiceImplTest {
|
||||
user.setName("Some Woman");
|
||||
user.setDepartIds(new Integer[]{2});
|
||||
user.setEmail("none@none.com");
|
||||
user.setGender(WxCpUser.Gender.FEMAIL);
|
||||
user.setGender(WxCpUser.Gender.FEMALE);
|
||||
user.setMobile("13560084979");
|
||||
user.setPosition("woman");
|
||||
user.setTelephone("3300393");
|
||||
|
||||
Reference in New Issue
Block a user