liujie
8 天以前 ef6a71053515543ed2fd3fddeec7c7f7c32884ec
UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/qianyuntong/QianYunTongProperties.java
@@ -8,41 +8,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,54 @@
   /**
    * 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";
//   /**
//    * 场景编号
//    */
//   String sceneId = "1948289607125864448";
   
   /************************************生产end***********************************/