trading-order-security-common/src/main/java/com/yami/trading/security/common/manager/PasswordManager.java
@@ -41,7 +41,7 @@ decryptPassword = decryptStr.substring(13); } catch (Exception e) { logger.error("Exception:", e); throw new YamiShopBindException("AES解密错误", e); throw new YamiShopBindException("AES decryption error", e); } return decryptPassword; }