1、个人中心修改手机短信验证码相关逻辑完善;2、个人中心接口入参检查完善;

This commit is contained in:
gaoqr
2024-10-12 11:09:39 +08:00
parent aaf5c62d8c
commit e0064d3166
8 changed files with 101 additions and 18 deletions
@@ -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());
});