Commit 814d3b9b authored by renjie's avatar renjie

批量添加bug修改

parent 4a29417e
......@@ -223,7 +223,7 @@ public class AccountController {
return accountService.determUsernameOrEmail(text);
}
@RequestMapping(path = "/reset", method = RequestMethod.POST)
@RequestMapping(path = "/forgotPassword", method = RequestMethod.POST)
public ResultDto resetWithOtp(@Valid @RequestBody UserDto user) {
ResultDto resultDto = new ResultDto();
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment