台账系统切换为正式环境

This commit is contained in:
itzhang 2025-07-03 14:34:36 +08:00
parent b05f931c3f
commit 787f55f675
6 changed files with 8 additions and 8 deletions

View File

@ -178,7 +178,7 @@ public class DeliveryReqController {
HttpEntity reqEntity = new HttpEntity(Arrays.asList(deliveryReqMap), headers); HttpEntity reqEntity = new HttpEntity(Arrays.asList(deliveryReqMap), headers);
//开始发起请求 //开始发起请求
String deliveryUrl = "http://192.168.5.55:9011/crm/initShipApply"; String deliveryUrl = "http://192.168.9.4:9011/crm/initShipApply";
JSONObject deliveryResult = new JSONObject(); JSONObject deliveryResult = new JSONObject();
@ -376,7 +376,7 @@ public class DeliveryReqController {
HttpEntity reqEntity = new HttpEntity(Arrays.asList(refundReqMap), headers); HttpEntity reqEntity = new HttpEntity(Arrays.asList(refundReqMap), headers);
//开始发起请求 //开始发起请求
String refundUrl = "http://192.168.5.55:9011/crm/initShipApply"; String refundUrl = "http://192.168.9.4:9011/crm/initShipApply";
JSONObject refundResult = new JSONObject(); JSONObject refundResult = new JSONObject();

View File

@ -214,7 +214,7 @@ public class DeviceInstallController {
System.out.println(JSON.parseObject(JSON.toJSONString(reqEntity))); System.out.println(JSON.parseObject(JSON.toJSONString(reqEntity)));
//开始发起请求 //开始发起请求
String deviceUrl = "http://192.168.5.55:9011/crm/initInstallationDevice"; String deviceUrl = "http://192.168.9.4:9011/crm/initInstallationDevice";
JSONObject deviceResult = new JSONObject(); JSONObject deviceResult = new JSONObject();
@ -405,7 +405,7 @@ public class DeviceInstallController {
System.out.println(JSON.parseObject(JSON.toJSONString(reqEntity))); System.out.println(JSON.parseObject(JSON.toJSONString(reqEntity)));
//开始发起请求 //开始发起请求
String deviceUrl = "http://192.168.5.55:9011/crm/updateDeviceContract"; String deviceUrl = "http://192.168.9.4:9011/crm/updateDeviceContract";
JSONObject deviceResult = new JSONObject(); JSONObject deviceResult = new JSONObject();

View File

@ -46,7 +46,7 @@ public class LedgerTokenController {
JSONObject tokenRes = new JSONObject(); JSONObject tokenRes = new JSONObject();
try { try {
tokenRes = restTemplate.postForObject("http://192.168.5.55:9011/equip/getToken", tokenReqEntity, JSONObject.class); tokenRes = restTemplate.postForObject("http://192.168.9.4:9011/equip/getToken", tokenReqEntity, JSONObject.class);
} catch (RestClientException e) { } catch (RestClientException e) {
e.printStackTrace(); e.printStackTrace();
} }

View File

@ -120,7 +120,7 @@ public class ProjectInitiateController {
HttpEntity reqEntity = new HttpEntity(Arrays.asList(projectInitiateMap), headers); HttpEntity reqEntity = new HttpEntity(Arrays.asList(projectInitiateMap), headers);
//开始发起请求 //开始发起请求
String projectUrl = "http://192.168.5.55:9011/crm/initProject"; String projectUrl = "http://192.168.9.4:9011/crm/initProject";
JSONObject projectResult = new JSONObject(); JSONObject projectResult = new JSONObject();

View File

@ -142,7 +142,7 @@ public class TZXSHTController {
System.out.println(JSON.parseObject(JSON.toJSONString(reqEntity))); System.out.println(JSON.parseObject(JSON.toJSONString(reqEntity)));
String url = "http://192.168.5.55:9011/crm/initContract"; String url = "http://192.168.9.4:9011/crm/initContract";
JSONObject salesOrderResult = new JSONObject(); JSONObject salesOrderResult = new JSONObject();

View File

@ -133,7 +133,7 @@ public class YQHTController {
System.out.println(JSON.parseObject(JSON.toJSONString(preContractReqEntity))); System.out.println(JSON.parseObject(JSON.toJSONString(preContractReqEntity)));
//开始发起请求 //开始发起请求
String preContractUrl = "http://192.168.5.55:9011/crm/initContract"; String preContractUrl = "http://192.168.9.4:9011/crm/initContract";
JSONObject preContractResult = new JSONObject(); JSONObject preContractResult = new JSONObject();