From 410e261a251e07b17bba8aa9b098eb21c34de5cb Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期三, 30 七月 2025 16:30:53 +0800
Subject: [PATCH] 添加证联集成

---
 DriverQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/qianyuntong/QianYunTongProperties.java |   84 ++++++++++++++++++++++--------------------
 1 files changed, 44 insertions(+), 40 deletions(-)

diff --git a/DriverQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/qianyuntong/QianYunTongProperties.java b/DriverQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/qianyuntong/QianYunTongProperties.java
index d06297f..0cf0368 100644
--- a/DriverQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/qianyuntong/QianYunTongProperties.java
+++ b/DriverQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/qianyuntong/QianYunTongProperties.java
@@ -9,41 +9,6 @@
 public interface QianYunTongProperties {
 	/************************************开发/测试start***********************************/
 
-//	/**
-//	 * appkey
-//	 */
-//	String appkey = "10001104";
-//	/**
-//	 * 私钥地址
-//	 */
-//	String privateKeyPath = "C:\\Users\\39373\\Desktop\\黔云通\\private_key_test.pem";
-//	/**
-//	 * 私钥地址
-//	 */
-//	String privateKeyPath = "/root/server/app/key/private_key_test.pem";
-//	/**
-//	 * 消费者账号
-//	 */
-//	String userName = "xiaofei";
-//	/**
-//	 * 状态
-//	 * 1:生产环境
-//	 * 2:测试环境
-//	 */
-//	String status = "1";
-//	/**
-//	 * API地址
-//	 */
-//	String apiUrl = "https://test-zhongtai.stqcloud.com:10070";
-//	/**
-//	 * 桶名
-//	 */
-//	String bucketName = "bucuTest0625";
-	
-	/************************************开发/测试end***********************************/
-	
-	/************************************生产start***********************************/
-	
 	/**
 	 * appkey
 	 */
@@ -51,15 +16,15 @@
 	/**
 	 * 私钥地址
 	 */
-//	String privateKeyPath = "C:\\Users\\39373\\Desktop\\黔云通\\private_key.pem";
+	String privateKeyPath = "C:\\Users\\39373\\Desktop\\黔云通\\private_key_test.pem";
 	/**
 	 * 私钥地址
 	 */
-	String privateKeyPath = "/root/server/app/key/private_key.pem";
+//	String privateKeyPath = "/root/server/app/key/private_key_test.pem";
 	/**
 	 * 消费者账号
 	 */
-	String userName = "xiwang";
+	String userName = "xiaofei";
 	/**
 	 * 状态
 	 * 1:生产环境
@@ -69,11 +34,50 @@
 	/**
 	 * API地址
 	 */
-	String apiUrl = "http://jjzhongtai.stqcloud.com:10010";
+	String apiUrl = "https://test-zhongtai.stqcloud.com:10070";
 	/**
 	 * 桶名
 	 */
-	String bucketName = "qyt20250702";
+	String bucketName = "bucuTest0625";
+	/**
+	 * 场景编号
+	 */
+	String sceneId = "1948289607125864448";
+	
+	/************************************开发/测试end***********************************/
+	
+	/************************************生产start***********************************/
+	
+//	/**
+//	 * appkey
+//	 */
+//	String appkey = "10001104";
+//	/**
+//	 * 私钥地址
+//	 */
+////	String privateKeyPath = "C:\\Users\\39373\\Desktop\\黔云通\\private_key.pem";
+//	/**
+//	 * 私钥地址
+//	 */
+//	String privateKeyPath = "/root/server/app/key/private_key.pem";
+//	/**
+//	 * 消费者账号
+//	 */
+//	String userName = "xiwang";
+//	/**
+//	 * 状态
+//	 * 1:生产环境
+//	 * 2:测试环境
+//	 */
+//	String status = "1";
+//	/**
+//	 * API地址
+//	 */
+//	String apiUrl = "http://jjzhongtai.stqcloud.com:10010";
+//	/**
+//	 * 桶名
+//	 */
+//	String bucketName = "qyt20250702";
 	
 	/************************************生产end***********************************/
 	

--
Gitblit v1.7.1