liujie
2025-08-08 f604df04d1f9fe90ee543a1772a3a8cdb50d3d66
ManagementQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/qianyuntong/QianYunTongConfig.java
@@ -161,7 +161,7 @@
   public QianYunTongConfig getQianYunTongConfig() {
      if("dev".equals(activeProfile)){
         this.appkey = "10001104";
         this.privateKeyPath = "C:\\Users\\Admin\\Desktop\\private_key_test.pem";
         this.privateKeyPath = "C:\\Users\\Admin\\Desktop\\qyt\\private_key_test.pem";
         this.userName = "xiaofei";
         this.status = "1";
         this.setApiUrl("https://test-zhongtai.stqcloud.com:10070");
@@ -174,7 +174,7 @@
      }
      if("test".equals(activeProfile)){
         this.setAppkey("10001104");
         this.setPrivateKeyPath("/root/server/app/key/private_key_test.pem");
         this.setPrivateKeyPath("/etraffic/server/private_key_test.pem");
         this.setUserName("xiaofei");
         this.setStatus("1");
         this.setApiUrl("https://test-zhongtai.stqcloud.com:10070");