Browse Source

订单代码

chenxiaofei 1 tháng trước cách đây
mục cha
commit
a57cdcff99

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

@@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.RequestBody;
  */
 @FeignClient(
         name = "${external-system.print-receipt.service-id:sckw-ng-transport}",
-        url = "${external-system.print-receipt.base-path:http://118.116.4.155:48885/kwtWaybillOrder}"
+        path = "${external-system.print-receipt.base-path:/kwtWaybillOrder}"
 )
 public interface PrintReceiptContentClient {
 

+ 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}",
-        url = "${external-system.weighbridge.base-path:/appKwtWayBill}"
+        path = "${external-system.weighbridge.base-path:/appKwtWayBill}"
 )
 public interface WeighbridgePushClient {