src/main/java/cc/mrbird/febs/mall/controller/order/AdminMallOrderController.java
@@ -353,6 +353,12 @@ ExcelUtil.createWorkbookAtOutStream(ExcelVersion.V2007, res, os, true); return null; } @GetMapping("refundOrder") @ControllerEndpoint(operation = "后台退货", exceptionMessage = "操作失败") public FebsResponse confirmOrder(AdminRefundOrderDto dto){ return adminMallOrderService.confirmOrder(dto); } @GetMapping("confirmOrder") @ControllerEndpoint(operation = "确认货到达自提点", exceptionMessage = "操作失败")