换test
This commit is contained in:
parent
34a735d830
commit
40b4daf4cf
|
@ -42,10 +42,10 @@ public class RequestClient {
|
||||||
this.clientKey= System.getProperty("clientKey-scict"); // scicsiku
|
this.clientKey= System.getProperty("clientKey-scict"); // scicsiku
|
||||||
this.clientSecret= System.getProperty("clientSecret-scict");// 0abbcc87-f1d4-4550-8df7-b45acaa305c8
|
this.clientSecret= System.getProperty("clientSecret-scict");// 0abbcc87-f1d4-4550-8df7-b45acaa305c8
|
||||||
//测试环境
|
//测试环境
|
||||||
this.testIp = System.getProperty("backlog-testip"); //
|
this.testIp = System.getProperty("scnyfz-ip"); // ip
|
||||||
this.testPort = System.getProperty("backlog-testport"); //
|
this.testPort = System.getProperty("scnyfz-port"); //port
|
||||||
this.testClientKey = System.getProperty("testclientKey-scict"); // scicsiku
|
this.testClientKey = System.getProperty("scnyfz-scict"); // scicsiku
|
||||||
this.testClientSecret = System.getProperty("testclientSecret-scict"); // 18b9a506-d9d8-4d15-9e03-01867cff5824
|
this.testClientSecret = System.getProperty("scnyfz-scict"); // 18b9a506-d9d8-4d15-9e03-01867cff5824
|
||||||
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue