mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 21:32:07 +08:00
1、个人中心修改手机短信验证码相关逻辑完善;2、个人中心接口入参检查完善;
This commit is contained in:
-1
@@ -201,7 +201,6 @@ public class AdminUserServiceImplTest extends BaseDbUnitTest {
|
||||
// 准备参数
|
||||
Long userId = dbUser.getId();
|
||||
UserProfileUpdateReqVO reqVO = randomPojo(UserProfileUpdateReqVO.class, o -> {
|
||||
o.setMobile(randomString());
|
||||
o.setSex(RandomUtil.randomEle(SexEnum.values()).getSex());
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user