HaodaUnionParam.cs 501 B

12345678910111213141516
  1. using System;
  2. using System.Collections.Generic;
  3. namespace MySystem
  4. {
  5. /// <summary>
  6. /// 银联参数
  7. /// </summary>
  8. public static class HaodaUnionParam
  9. {
  10. public static string BoxRequestUrl = "https://openapi.iboxpay.com";
  11. public static string BoxAppId = "AP7175619323825451008";
  12. public static string BoxAppSecret = "hUfR53gdjyfiZTBR5bILanMqRD1dXD7y";
  13. public static string BoxPublicKey = "";
  14. public static string BrhCode = "030145";
  15. }
  16. }