Browse Source

调整参数

DuGuYang 6 months ago
parent
commit
bf5f66a9f3
1 changed files with 3 additions and 3 deletions
  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 = "";
     }
 }