| | |
| | | return new ResponseEntity<>(new OtpResponseDTO(result), HttpStatus.OK); |
| | | } |
| | | |
| | | // todo: 這裡會給予檢核通過的jwt |
| | | // todo: 這裡移動到認證授權的provider |
| | | @PostMapping("/verifyOtp") |
| | | public void verifyOtp(@RequestBody VerifyOtpVM verifyOtpParam) { |
| | | OtpWebServiceLocator locator = new OtpWebServiceLocator(); |
| | | } |
| | | |
| | | // todo: 這裡會給予檢核通過的jwt |
| | | // todo: 這裡移動到認證授權的provider |
| | | @PostMapping("/byEService") |
| | | public ResponseEntity<EServiceResponse> loginByEService(@RequestBody EServiceRequestVM param) throws Exception { |
| | | return loginService.loginByEService(param); |