From e99aa57cecbe751e7a6d8a9a5c254132cc5adf21 Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期六, 11 十月 2025 15:47:01 +0800
Subject: [PATCH] 集成中台及正联功能

---
 management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/qianyuntong/QianYunTongConfig.java |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/qianyuntong/QianYunTongConfig.java b/management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/qianyuntong/QianYunTongConfig.java
index 48de991..854c29a 100644
--- a/management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/qianyuntong/QianYunTongConfig.java
+++ b/management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/qianyuntong/QianYunTongConfig.java
@@ -160,12 +160,13 @@
 	public QianYunTongConfig getQianYunTongConfig() {
 		if("dev".equals(activeProfile)){
 			this.appkey = "10001104";
-			this.privateKeyPath = "C:\\Users\\39373\\Desktop\\黔云通\\private_key_test.pem";
+//			this.privateKeyPath = "E:\\项目文档\\黔云通\\private_key_test.pem";
+			this.privateKeyPath = "C:\\Users\\Admin\\Desktop\\private_key_test.pem";
 			this.userName = "xiaofei";
 			this.status = "1";
 			this.setApiUrl("https://test-zhongtai.stqcloud.com:10070");
 			this.setBucketName("bucuTest0625");
-			this.setAppId("wxcc3c9058e2b294db");
+			this.setAppId("wx1f52be0fdb1d2875");
 			this.setEndPoint("http://119.4.112.68:27741/v1");
 			this.setAccount("d8bef0a04db511f0b79d01a3e2b7587e");
 			this.setAccessKey("TYMFTFD5SIIT15DCCUD7");
@@ -178,7 +179,7 @@
 			this.setStatus("1");
 			this.setApiUrl("https://test-zhongtai.stqcloud.com:10070");
 			this.setBucketName("bucuTest0625");
-			this.setAppId("wxcc3c9058e2b294db");
+			this.setAppId("wx1f52be0fdb1d2875");
 			this.setEndPoint("http://10.30.52.45:27741/v1");
 			this.setAccount("d8bef0a04db511f0b79d01a3e2b7587e");
 			this.setAccessKey("TYMFTFD5SIIT15DCCUD7");
@@ -191,7 +192,7 @@
 			this.setStatus("1");
 			this.setApiUrl("http://jjzhongtai.stqcloud.com:10010");
 			this.setBucketName("qyt20250702");
-			this.setAppId("wxcc3c9058e2b294db");
+			this.setAppId("wx1f52be0fdb1d2875");
 			this.setEndPoint("http://10.30.52.45:27741/v1");
 			this.setAccount("d8bef0a04db511f0b79d01a3e2b7587e");
 			this.setAccessKey("TYMFTFD5SIIT15DCCUD7");

--
Gitblit v1.7.1