Commit a51a716c authored by macro's avatar macro
Browse files

Update OmsOrderController.java

parent cc652a5c
......@@ -67,7 +67,7 @@ public class OmsOrderController {
return CommonResult.failed();
}
@ApiOperation("获取订单详情:订单信息、商品信息、操作记录")
@ApiOperation("获取订单详情订单信息、商品信息、操作记录")
@RequestMapping(value = "/{id}", method = RequestMethod.GET)
@ResponseBody
public CommonResult<OmsOrderDetail> detail(@PathVariable Long id) {
......
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