no message
This commit is contained in:
@ -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/{subOrderId}")
|
||||||
Map<String, String> sendSubOrderId(@PathVariable Long subOrderId);
|
Map<String, String> sendSubOrderId(@PathVariable Long subOrderId);
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user