Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
470c40eb
Commit
470c40eb
authored
Mar 20, 2019
by
macro
Browse files
修改注释
parent
f0423bce
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/controller/UmsAdminController.java
View file @
470c40eb
...
...
@@ -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
){
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment