Prechádzať zdrojové kódy

去除添加商品的品牌验证

Yangzw 1 rok pred
rodič
commit
0020193ae9

+ 1 - 1
feifan-module-mall/feifan-module-trade-biz/src/main/java/cn/newfeifan/mall/module/trade/controller/admin/order/TradeOrderDetailController.java

@@ -108,7 +108,7 @@ public class TradeOrderDetailController {
     }
 
     @GetMapping("/after_saleByMer")
-        @Operation(summary = "新增接口20240402-售后信息-商户查询售后")
+        @Operation(summary = "新增接口20240402-售后信息-商户根据订单号查询售后")
     @Parameter(name = "id", description = "订单ID", required = true, example = "1")
     @PreAuthorize("@ss.hasPermission('trade:order:query')")
     public CommonResult<List<AfterSaleDetailRespVO>> afterSaleByMer(@RequestParam("id") Long id) {