Browse Source

修改推送棒一数据地址

lingpeng.li 1 day ago
parent
commit
15e4706805

+ 1 - 2
zgztBus/jeecg-module-sbm/src/main/java/org/jeecg/modules/actualControl/billetActual/billetActual/service/impl/BilletUseInfoServiceImpl.java

@@ -499,8 +499,7 @@ public class BilletUseInfoServiceImpl extends ServiceImpl<BilletUseInfoMapper, B
         int attempt = 0;
         while (attempt < maxRetries) {
             try {
-                String url = "http://localhost:7005/actualControl/shippingPushRecord/receiveShippingOrder";
-//                String url = "http://192.168.0.111:8850/sr/exchange/receiveShippingOrder";
+                String url = "http://192.168.0.111:8850/sr/exchange/receiveShippingOrder";
                 ResponseEntity<BilletPushResponse> response = restTemplate.postForEntity(url, request, BilletPushResponse.class);
 
                 BilletPushResponse body = response.getBody();