config.php 791 B

123456789101112131415161718192021222324
  1. <?php
  2. namespace refill\xianghongruifs;
  3. use mtopcard;
  4. class config
  5. {
  6. //95
  7. const ORDER_URL = 'http://123.60.50.146:9086/onlinepay.do ';
  8. const QUERY_URL= 'http://123.60.50.146:9086/searchpay.do';
  9. const BALANCE_UTL = 'http://123.60.50.146:9086/searchbalance.do';
  10. const USER_ID= '10002524';
  11. const KEY = 'PsZr3ZkSmXRnRdKj42c8QSmXk4mW5ZTH';
  12. // const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_xianghongruifs.php";
  13. const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
  14. const operator = [
  15. mtopcard\ChinaMobileCard => 'yd',
  16. mtopcard\ChinaUnicomCard => 'lt',
  17. mtopcard\ChinaTelecomCard => 'dx'
  18. ];
  19. const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
  20. }