| | |
| | | import com.lf.server.entity.sys.UserEntity; |
| | | import com.lf.server.helper.AesHelper; |
| | | import com.lf.server.helper.StringHelper; |
| | | import com.lf.server.service.data.DownloadService; |
| | | import com.lf.server.service.show.ApplyService; |
| | | import com.lf.server.service.show.FlowService; |
| | | import com.lf.server.service.sys.TokenService; |
| | |
| | | * 数据申请 |
| | | * @author WWW |
| | | */ |
| | | @Api(tags = "运维管理\\数据申请") |
| | | @Api(tags = "综合展示\\数据申请") |
| | | @RestController |
| | | @RequestMapping("/apply") |
| | | public class ApplyController extends BaseController { |
| | |
| | | } |
| | | |
| | | reqEntity.setPwd(AesHelper.decrypt(reqEntity.getPwd())); |
| | | if (!StringHelper.checkPwdValid(reqEntity.getPwd())) { |
| | | if (StringHelper.isPwdInvalid(reqEntity.getPwd())) { |
| | | return fail("密码不符合要求"); |
| | | } |
| | | |