|
|
@@ -87,7 +87,7 @@ public class WeighbridgeV2Controller {
|
|
|
}
|
|
|
|
|
|
@Operation(summary = "地磅过磅数据上报", description = "接收地磅设备上报的过磅数据和图片")
|
|
|
- @PostMapping("/weighBridgePush")
|
|
|
+ @PostMapping("/weighBridgePushV2")
|
|
|
public LicensePlateValidateResponse weighBridgePushV2(
|
|
|
@Parameter(description = "车牌号") @RequestParam("licensePlate") String licensePlate,
|
|
|
@Parameter(description = "地磅编号") @RequestParam("weighbridgeCode") String weighbridgeCode,
|