pamapi/src/main/java/com/pollex/pam/web/rest/EServiceResource.java
@@ -54,6 +54,7 @@ , HttpServletResponse response, HttpServletRequest request, @PathVariable String imgCode){ String paswword = AesUtil.aesDecode(eServiceLoginVM.getPassword()); if(!StringUtils.hasText(paswword)) { throw new OtpLoginFailException("密碼解密失敗");