瀏覽代碼

调整参数

DuGuYang 6 月之前
父節點
當前提交
bf5f66a9f3
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Util/HaoDa/HaodaParam.cs

+ 3 - 3
Util/HaoDa/HaodaParam.cs

@@ -8,9 +8,9 @@ namespace MySystem
     public static class HaodaParam
     {
         public static string BoxRequestUrl = "https://openapi.iboxpay.com";
-        public static string BoxAppId = "AP7175619323825451008";
-        public static string BoxAppSecret = "hUfR53gdjyfiZTBR5bILanMqRD1dXD7y";
+        public static string BoxAppId = "AP8322645764893728768";
+        public static string BoxAppSecret = "je1TElprp3jzWETsG3FcWqtmpreEHqZS";
         public static string BoxPublicKey = "";
-        public static string BrhCode = "030145";
+        public static string BrhCode = "";
     }
 }