This commit is contained in:
fang 2025-04-09 14:14:51 +08:00
parent 34a735d830
commit 40b4daf4cf
1 changed files with 4 additions and 4 deletions

View File

@ -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
} }
/** /**