换scnyfz-clientKey

This commit is contained in:
fang 2025-04-10 10:20:52 +08:00
parent 40b4daf4cf
commit 63f7401481
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class RequestClient {
this.testIp = System.getProperty("scnyfz-ip"); // ip this.testIp = System.getProperty("scnyfz-ip"); // ip
this.testPort = System.getProperty("scnyfz-port"); //port this.testPort = System.getProperty("scnyfz-port"); //port
this.testClientKey = System.getProperty("scnyfz-scict"); // scicsiku this.testClientKey = System.getProperty("scnyfz-scict"); // scicsiku
this.testClientSecret = System.getProperty("scnyfz-scict"); // 18b9a506-d9d8-4d15-9e03-01867cff5824 this.testClientSecret = System.getProperty("scnyfz-clientKey"); // 18b9a506-d9d8-4d15-9e03-01867cff5824
} }
/** /**