Commit 470c40eb authored by macro's avatar macro
Browse files

修改注释

parent f0423bce
......@@ -114,7 +114,7 @@ public class UmsAdminController {
return new CommonResult().success(admin);
}
@ApiOperation("获取指定用户信息")
@ApiOperation("修改指定用户信息")
@RequestMapping(value = "/update/{id}",method = RequestMethod.POST)
@ResponseBody
public Object update(@PathVariable Long id,@RequestBody UmsAdmin admin){
......
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