版本回滚

This commit is contained in:
dzl 2025-05-20 15:33:32 +08:00
parent 528c077e9d
commit 1257320ce6

View File

@ -94,4 +94,5 @@ public interface OrdersFeignClient {
*/ */
@GetMapping("userOrders/failRefund") @GetMapping("userOrders/failRefund")
JsonResult<?> failRefund(@RequestParam("orderId")Long orderId); JsonResult<?> failRefund(@RequestParam("orderId")Long orderId);
} }