Pu Zhibing
2025-08-11 29fc332aa64432e4780fd2bcfb2baa93426ae910
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");