待办bug修复1+1

This commit is contained in:
wenlukang1 2025-07-02 19:35:41 +08:00
parent 596e774d35
commit d2c38bd9e1
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ public class RequestClient {
//测试环境 //测试环境
this.newIp = System.getProperty("scnyfz-ip"); // ip this.newIp = System.getProperty("scnyfz-ip"); // ip
this.newPort = System.getProperty("scnyfz-port"); //port this.newPort = System.getProperty("scnyfz-port"); //port
this.newClientKey = System.getProperty("scnyfz-scict"); // scicsiku this.newClientKey = System.getProperty("scnyfz-clientKey"); // scicsiku
this.newClientSecret = System.getProperty("scnyfz-clientKey"); // 18b9a506-d9d8-4d15-9e03-01867cff5824 this.newClientSecret = System.getProperty("scnyfz-scict"); // 18b9a506-d9d8-4d15-9e03-01867cff5824
} }
/** /**