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
jinli gu
Litemall
Commits
7ff545b1
Commit
7ff545b1
authored
Feb 10, 2019
by
Junling Bu
Browse files
chore[litemall-admin-api]: 微调
parent
e510bf02
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-admin-api/src/main/java/org/linlinjava/litemall/admin/web/AdminOrderController.java
View file @
7ff545b1
...
...
@@ -68,7 +68,7 @@ public class AdminOrderController {
*/
@RequiresPermissions
(
"admin:order:refund"
)
@RequiresPermissionsDesc
(
menu
=
{
"商场管理"
,
"订单管理"
},
button
=
"订单退款"
)
@PostMapping
(
"refund"
)
@PostMapping
(
"
/
refund"
)
public
Object
refund
(
@RequestBody
String
body
)
{
return
adminOrderService
.
refund
(
body
);
}
...
...
@@ -81,7 +81,7 @@ public class AdminOrderController {
*/
@RequiresPermissions
(
"admin:order:ship"
)
@RequiresPermissionsDesc
(
menu
=
{
"商场管理"
,
"订单管理"
},
button
=
"订单发货"
)
@PostMapping
(
"ship"
)
@PostMapping
(
"
/
ship"
)
public
Object
ship
(
@RequestBody
String
body
)
{
return
adminOrderService
.
ship
(
body
);
}
...
...
@@ -95,7 +95,7 @@ public class AdminOrderController {
*/
@RequiresPermissions
(
"admin:order:reply"
)
@RequiresPermissionsDesc
(
menu
=
{
"商场管理"
,
"订单管理"
},
button
=
"订单商品回复"
)
@PostMapping
(
"reply"
)
@PostMapping
(
"
/
reply"
)
public
Object
reply
(
@RequestBody
String
body
)
{
return
adminOrderService
.
reply
(
body
);
}
...
...
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