public interface ResetPasswordRestAPI
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<SendCode> |
sendCode(ResetPassword resetPassword) |
org.springframework.http.ResponseEntity<UpdatePassword> |
updatePassword(ResetPassword resetPassword) |
static final String BASE_PATH
@PostMapping org.springframework.http.ResponseEntity<SendCode> sendCode(@RequestBody ResetPassword resetPassword)
@PutMapping org.springframework.http.ResponseEntity<UpdatePassword> updatePassword(@RequestBody ResetPassword resetPassword)
Copyright © 2019. All rights reserved.