no message
This commit is contained in:
		| @ -9,7 +9,7 @@ import java.util.Map; | ||||
| @FeignClient(name = "sczx-sync", url = "${sczx-sync.ribbon.listOfServers:}") | ||||
| public interface SyncFacade { | ||||
|  | ||||
|     @GetMapping("/send/subOrder/") | ||||
|     Map<String, String> sendSubOrderId(Long subOrderId); | ||||
|     @GetMapping("/send/subOrder") | ||||
|     Map<String, String> sendSubOrderId(@PathVariable Long subOrderId); | ||||
|  | ||||
| } | ||||
		Reference in New Issue
	
	Block a user