台账系统切换为正式环境
This commit is contained in:
parent
b05f931c3f
commit
787f55f675
@ -178,7 +178,7 @@ public class DeliveryReqController {
|
||||
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();
|
||||
|
||||
@ -376,7 +376,7 @@ public class DeliveryReqController {
|
||||
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();
|
||||
|
||||
|
@ -214,7 +214,7 @@ public class DeviceInstallController {
|
||||
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();
|
||||
|
||||
@ -405,7 +405,7 @@ public class DeviceInstallController {
|
||||
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();
|
||||
|
||||
|
@ -46,7 +46,7 @@ public class LedgerTokenController {
|
||||
JSONObject tokenRes = new JSONObject();
|
||||
|
||||
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) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
@ -120,7 +120,7 @@ public class ProjectInitiateController {
|
||||
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();
|
||||
|
||||
|
@ -142,7 +142,7 @@ public class TZXSHTController {
|
||||
|
||||
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();
|
||||
|
||||
|
@ -133,7 +133,7 @@ public class YQHTController {
|
||||
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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user