|
|
@@ -26,6 +26,6 @@ public interface WeighbridgePushClient {
|
|
|
@PostMapping("${external-system.weighbridge.push-path:/comeInto}")
|
|
|
BaseResult pushWeighbridgeRecord(@RequestBody WaybillOrderProcessParam request);
|
|
|
|
|
|
- @PostMapping("${external-system.weighbridge.push-path:/unloadingWeigh}")
|
|
|
+ @PostMapping("${external-system.unloadingWeigh.push-path:/unloadingWeigh}")
|
|
|
BaseResult unloadingPushWeigh(WaybillOrderProcessParam request);
|
|
|
}
|