Pu Zhibing
2 天以前 5dacdee9b54c78372b68140e2b068d03a620eab9
ManagementQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/qianyuntong/QianYunTongProperties.java
@@ -7,10 +7,43 @@
 * @Date 2025/6/6 15:03
 */
public interface QianYunTongProperties {
   /**
    * 小程序appId
    */
   String appId = "wxcc3c9058e2b294db";
   /************************************开发/测试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
    */
@@ -18,11 +51,15 @@
   /**
    * 私钥地址
    */
   String privateKeyPath = "/root/server/app/key/private_key_test.pem";
//   String privateKeyPath = "C:\\Users\\39373\\Desktop\\黔云通\\private_key.pem";
   /**
    * 私钥地址
    */
   String privateKeyPath = "/root/server/app/key/private_key.pem";
   /**
    * 消费者账号
    */
   String userName = "xiaofei";
   String userName = "xiwang";
   /**
    * 状态
    * 1:生产环境
@@ -32,11 +69,20 @@
   /**
    * API地址
    */
   String apiUrl = "https://test-zhongtai.stqcloud.com:10070";
   String apiUrl = "http://jjzhongtai.stqcloud.com:10010";
   /**
    * 桶名
    */
   String bucketName = "bucuTest0625";
   String bucketName = "qyt20250702";
   /************************************生产end***********************************/
   /**
    * 小程序appId
    */
   String appId = "wxcc3c9058e2b294db";
   /**
    * HOS的基础路径(公共前缀)
    */