|
@@ -8,9 +8,13 @@ namespace MySystem
|
|
|
public static class HaodaParam
|
|
|
{
|
|
|
public static string BoxRequestUrl = "https://openapi.iboxpay.com";
|
|
|
- public static string BoxAppId = "AP8322645764893728768";
|
|
|
- public static string BoxAppSecret = "je1TElprp3jzWETsG3FcWqtmpreEHqZS";
|
|
|
+ // public static string BoxAppId = "AP8322645764893728768";
|
|
|
+ // public static string BoxAppSecret = "je1TElprp3jzWETsG3FcWqtmpreEHqZS";
|
|
|
public static string BoxPublicKey = "";
|
|
|
public static string BrhCode = "015001";
|
|
|
+
|
|
|
+ //应用名称:好哒-卢爱香
|
|
|
+ public static string BoxAppId = "AP5855193046968590336";
|
|
|
+ public static string BoxAppSecret = "m6V23Bss6JX2xeM12TUnls8HGuh4kpzT";
|
|
|
}
|
|
|
}
|