| | |
| | | package com.moral.api.pojo.form.account; |
| | | |
| | | import com.moral.api.entity.ManageAccount; |
| | | import com.moral.api.pojo.dto.account.AccountInsertDTO; |
| | | import com.moral.api.pojo.dto.account.AccountUpdateDTO; |
| | | import com.moral.api.pojo.dto.account.AccountDTO; |
| | | import com.moral.constant.ResponseCodeEnum; |
| | | import com.moral.util.AESUtils; |
| | | import com.moral.util.MD5Utils; |
| | |
| | | return true; |
| | | } |
| | | |
| | | public AccountUpdateDTO paramValid() { |
| | | AccountUpdateDTO dto = new AccountUpdateDTO(); |
| | | public AccountDTO paramValid() { |
| | | AccountDTO dto = new AccountDTO(); |
| | | //判断手机号是否符合条件 |
| | | if (!ObjectUtils.isEmpty(mobile)) { |
| | | if (!RegexUtils.checkMobile(mobile)) { |