Commit 0a00398c authored by macro's avatar macro
Browse files

Update UmsMemberController.java

parent 5abe8f69
......@@ -78,7 +78,7 @@ public class UmsMemberController {
return CommonResult.success(authCode,"获取验证码成功");
}
@ApiOperation("修改密码")
@ApiOperation("会员修改密码")
@RequestMapping(value = "/updatePassword", method = RequestMethod.POST)
@ResponseBody
public CommonResult updatePassword(@RequestParam String telephone,
......
Supports Markdown
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