Skip to content

Commit

Permalink
修改注释
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Mar 20, 2019
1 parent f0423bc commit 470c40e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public Object getItem(@PathVariable Long id){
return new CommonResult().success(admin);
}

@ApiOperation("获取指定用户信息")
@ApiOperation("修改指定用户信息")
@RequestMapping(value = "/update/{id}",method = RequestMethod.POST)
@ResponseBody
public Object update(@PathVariable Long id,@RequestBody UmsAdmin admin){
Expand Down

0 comments on commit 470c40e

Please sign in to comment.