Update OmsOrderController.java
This commit is contained in:
@@ -67,7 +67,7 @@ public class OmsOrderController {
|
|||||||
return CommonResult.failed();
|
return CommonResult.failed();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ApiOperation("获取订单详情:订单信息、商品信息、操作记录")
|
@ApiOperation("获取订单详情:订单信息、商品信息、操作记录")
|
||||||
@RequestMapping(value = "/{id}", method = RequestMethod.GET)
|
@RequestMapping(value = "/{id}", method = RequestMethod.GET)
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
public CommonResult<OmsOrderDetail> detail(@PathVariable Long id) {
|
public CommonResult<OmsOrderDetail> detail(@PathVariable Long id) {
|
||||||
|
|||||||
Reference in New Issue
Block a user