Selaa lähdekoodia

抬杆查询接口新增地磅编号

donglang 1 viikko sitten
vanhempi
commit
af90c1109a

+ 1 - 1
iot-platform-manager/src/main/java/com/platform/api/controller/WeighbridgeV2Controller.java

@@ -149,7 +149,7 @@ public class WeighbridgeV2Controller {
                     name = SIGNATURE,
                     in = ParameterIn.HEADER)
             @RequestHeader(value = SIGNATURE, required = false)  String printReceiptAuthSn,
-            @ModelAttribute CanLiftGateRequest req
+            @RequestBody CanLiftGateRequest req
     ) {
         assertPrintReceiptAuthorized(printReceiptAuthSn);