Commit 9ec37d63 by huluobin

订单详情地址

parent 93486117
......@@ -75,7 +75,7 @@ public class OrderController {
return BaseResult.success(page);
}
@GetMapping("/查询订单详情")
@GetMapping("/queryDetail")
@ApiOperation("查询订单详情")
public BaseResult<Order> queryDetail(@RequestParam String id) {
Order order = orderService.queryDetail(id);
......
Markdown is supported
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