保誠-保戶業務員媒合平台
pamapi/src/main/java/com/pollex/pam/web/rest/EServiceResource.java
@@ -52,7 +52,8 @@
    public ResponseEntity<UserJWTController.JWTToken> authorize(
          @RequestBody EServiceLoginVM eServiceLoginVM
          , HttpServletResponse response, HttpServletRequest request,
         @PathVariable String imgCode){
         @PathVariable String imgCode) throws Exception{
       
       String paswword = AesUtil.aesDecode(eServiceLoginVM.getPassword());
       if(!StringUtils.hasText(paswword)) {