|
@@ -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) {
|