config.php 694 B

1234567891011121314151617181920212223
  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 operator = [
  14. mtopcard\ChinaMobileCard => 'yd',
  15. mtopcard\ChinaUnicomCard => 'lt',
  16. mtopcard\ChinaTelecomCard => 'dx'
  17. ];
  18. const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
  19. }