- using System;
- using System.Collections.Generic;
- namespace MySystem
- {
- /// <summary>
- /// 好哒参数
- /// </summary>
- 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 BoxPublicKey = "";
- public static string BrhCode = "015001";
- }
- }
|