diff --git a/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/midservice/utils/RequestClient.java b/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/midservice/utils/RequestClient.java index 4010932..256ce94 100644 --- a/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/midservice/utils/RequestClient.java +++ b/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/midservice/utils/RequestClient.java @@ -44,8 +44,8 @@ public class RequestClient { //测试环境 this.newIp = System.getProperty("scnyfz-ip"); // ip this.newPort = System.getProperty("scnyfz-port"); //port - this.newClientKey = System.getProperty("scnyfz-scict"); // scicsiku - this.newClientSecret = System.getProperty("scnyfz-clientKey"); // 18b9a506-d9d8-4d15-9e03-01867cff5824 + this.newClientKey = System.getProperty("scnyfz-clientKey"); // scicsiku + this.newClientSecret = System.getProperty("scnyfz-scict"); // 18b9a506-d9d8-4d15-9e03-01867cff5824 } /**