no message

This commit is contained in:
2025-09-07 21:17:33 +08:00
parent a549ace061
commit 2dfcb5ab40

View File

@ -9,7 +9,7 @@ import java.util.Map;
@FeignClient(name = "sczx-sync", url = "${sczx-sync.ribbon.listOfServers:}") @FeignClient(name = "sczx-sync", url = "${sczx-sync.ribbon.listOfServers:}")
public interface SyncFacade { public interface SyncFacade {
@GetMapping("/send/subOrder/") @GetMapping("/send/subOrder")
Map<String, String> sendSubOrderId(Long subOrderId); Map<String, String> sendSubOrderId(@PathVariable Long subOrderId);
} }