liujie
2025-08-05 c78417df3dc09978a82dd6f1e122a9bfb5f5cd06
DriverQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/qianyuntong/QianYunTongConfig.java
@@ -62,12 +62,16 @@
    * 向UAAS服务请求到的secret_key
    */
   private String secretKey;
   /**
    * 场景编号
    */
   String sceneId;
   
   
   public QianYunTongConfig getQianYunTongConfig() {
      if("dev".equals(activeProfile)){
         this.appkey = "10001104";
         this.privateKeyPath = "C:\\Users\\39373\\Desktop\\黔云通\\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");
@@ -77,6 +81,7 @@
         this.setAccount("d8bef0a04db511f0b79d01a3e2b7587e");
         this.setAccessKey("TYMFTFD5SIIT15DCCUD7");
         this.setSecretKey("AoI1dkH3yoAvXoaQlREO3ed9mwQJFluLTliS9T1z");
         this.sceneId = "1948289607125864448";
      }
      if("test".equals(activeProfile)){
         this.setAppkey("10001104");
@@ -90,6 +95,7 @@
         this.setAccount("d8bef0a04db511f0b79d01a3e2b7587e");
         this.setAccessKey("TYMFTFD5SIIT15DCCUD7");
         this.setSecretKey("AoI1dkH3yoAvXoaQlREO3ed9mwQJFluLTliS9T1z");
         this.sceneId = "1948289607125864448";
      }
      if("prod".equals(activeProfile)){
         this.setAppkey("10001104");
@@ -103,6 +109,7 @@
         this.setAccount("d8bef0a04db511f0b79d01a3e2b7587e");
         this.setAccessKey("TYMFTFD5SIIT15DCCUD7");
         this.setSecretKey("AoI1dkH3yoAvXoaQlREO3ed9mwQJFluLTliS9T1z");
         this.sceneId = "";
      }
      return this;
   }