保誠-保戶業務員媒合平台
Mila
2022-01-21 633a43b1bc57187983d8bbe85f2e835026cc37b6
pamapi/src/main/java/com/pollex/pam/web/rest/EServiceResource.java
@@ -28,9 +28,6 @@
    @PostMapping("/authenticate")
    public ResponseEntity<UserJWTController.JWTToken> authorize(@RequestBody EServiceLoginVM eServiceLoginVM) {
        // todo 驗證碼認證
        EServiceAuthenticationToken authenticationToken = new EServiceAuthenticationToken(
            eServiceLoginVM.getUsername(),
            eServiceLoginVM.getPassword()