提交 95d14ea3 authored 作者: Whispa's avatar Whispa

commit commit

上级 e433df7e
......@@ -116,7 +116,7 @@ public class UserController extends Controller {
return result;
}
@PutMapping
@PutMapping("updatePassword")
public Result updatePassword(@RequestBody ResetBody body){
if( body == null || body.getNewPassword() == null || body.getOldPassword() == null || body.getOldPassword().isEmpty() || body.getNewPassword().isEmpty()){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论