From d2c38bd9e1a1dd080a67278e8b80ebbe4ebbc5b4 Mon Sep 17 00:00:00 2001 From: wenlukang1 Date: Wed, 2 Jul 2025 19:35:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E5=8A=9Ebug=E4=BF=AE=E5=A4=8D1+1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/shkd/sys/sys/midservice/utils/RequestClient.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } /**