chenxiaofei 1 ay önce
ebeveyn
işleme
e887510e22

+ 1 - 1
iot-platform-manager/src/main/java/com/platform/external/client/WeighbridgePushClient.java

@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestBody;
  */
 @FeignClient(
         name = "${external-system.weighbridge.service-id:sckw-ng-transport}",
-        path = "${external-system.weighbridge.base-path:/appKwtWayBill}"
+        url = "${external-system.weighbridge.base-path:/appKwtWayBill}"
 )
 public interface WeighbridgePushClient {