HaodaParam.cs 496 B

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