From 63f74014819dc5927b1372694e7c7d45230ecd2c Mon Sep 17 00:00:00 2001 From: fang <123456> Date: Thu, 10 Apr 2025 10:20:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2scnyfz-clientKey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/shkd/sys/sys/midservice/utils/RequestClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c257888..925ee6e 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 @@ -45,7 +45,7 @@ public class RequestClient { this.testIp = System.getProperty("scnyfz-ip"); // ip this.testPort = System.getProperty("scnyfz-port"); //port 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 } /**