Pu Zhibing
2025-07-26 ed02b20b31e013159c55ab14b81772e41b36649c
DriverQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/qianyuntong/QianYunTongProperties.java
@@ -2,10 +2,48 @@
/**
 * 黔云通配置
 *
 * @author zhibing.pu
 * @Date 2025/6/6 15:03
 */
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
    */
@@ -13,19 +51,52 @@
   /**
    * 私钥地址
    */
   String privateKeyPath = "C:\\Users\\39373\\Desktop\\黔云通\\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:生产环境
    * 2:测试环境
    */
   String status = "2";
   String status = "1";
   /**
    * API地址
    */
   String apiUrl = "https://test-zhongtai.stqcloud.com:10070";
   String apiUrl = "http://jjzhongtai.stqcloud.com:10010";
   /**
    * 桶名
    */
   String bucketName = "qyt20250702";
   /************************************生产end***********************************/
   /**
    * 小程序appId
    */
   String appId = "wxcc3c9058e2b294db";
   /**
    * HOS的基础路径(公共前缀)
    */
   String endPoint = "http://119.4.112.68:27741/v1";
   /**
    * 账户的ID
    */
   String account = "d8bef0a04db511f0b79d01a3e2b7587e";
   /**
    * 向UAAS服务请求到的access_key
    */
   String accessKey = "TYMFTFD5SIIT15DCCUD7";
   /**
    * 向UAAS服务请求到的secret_key
    */
   String secretKey = "AoI1dkH3yoAvXoaQlREO3ed9mwQJFluLTliS9T1z";
}