- using System;
- using System.Collections.Generic;
- namespace MySystem
- {
- /// <summary>
- /// 银联参数
- /// </summary>
- public static class HaodaUnionParam
- {
- public static string BoxRequestUrl = "https://openapi.iboxpay.com";
- public static string BoxAppId = "AP7175619323825451008";
- public static string BoxAppSecret = "hUfR53gdjyfiZTBR5bILanMqRD1dXD7y";
- public static string BoxPublicKey = "";
- public static string BrhCode = "030145";
- }
- }
|