记得上下班打卡 | git大法好,push需谨慎

Commit a00068ff authored by jiangxiulong's avatar jiangxiulong

orderRefundRoute

parent da95a590
...@@ -39,7 +39,7 @@ public class PerformancesExpressInfoController { ...@@ -39,7 +39,7 @@ public class PerformancesExpressInfoController {
} }
} }
@GetMapping("orderRoute/{orderTicketsId}") @GetMapping("orderRefundRoute/{orderTicketsId}")
@ApiOperation("获取物流信息-用户发货") // 前端使用 @ApiOperation("获取物流信息-用户发货") // 前端使用
@ApiImplicitParam(name = "orderTicketsId", value = "订单ID", required = true, dataType = "String", paramType = "path") @ApiImplicitParam(name = "orderTicketsId", value = "订单ID", required = true, dataType = "String", paramType = "path")
public ResponseDto<KylinOrderExpressVo> orderRefundRouteDetail(@PathVariable() String orderTicketsId) { public ResponseDto<KylinOrderExpressVo> orderRefundRouteDetail(@PathVariable() String orderTicketsId) {
......
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