修改注释
This commit is contained in:
parent
f0423bce42
commit
470c40eb16
@ -114,7 +114,7 @@ public class UmsAdminController {
|
|||||||
return new CommonResult().success(admin);
|
return new CommonResult().success(admin);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ApiOperation("获取指定用户信息")
|
@ApiOperation("修改指定用户信息")
|
||||||
@RequestMapping(value = "/update/{id}",method = RequestMethod.POST)
|
@RequestMapping(value = "/update/{id}",method = RequestMethod.POST)
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
public Object update(@PathVariable Long id,@RequestBody UmsAdmin admin){
|
public Object update(@PathVariable Long id,@RequestBody UmsAdmin admin){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user