config.php 679 B

12345678910111213141516171819202122
  1. <?php
  2. namespace refill\suyuan;
  3. use mtopcard;
  4. class config
  5. {
  6. const ORDER_URL = 'http://121.196.63.222:10186/plat/api/old/submitorder';
  7. const QUERY_URL= 'http://121.196.63.222:10186/plat/api/old/queryorder';
  8. const USER_ID= '200000';
  9. const KEY = '2a7533687d974571a2051ad555bfd2f5';
  10. // const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_suyuan.php";
  11. const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
  12. const operator = [
  13. mtopcard\ChinaMobileCard => 1,
  14. mtopcard\ChinaUnicomCard => 2,
  15. mtopcard\ChinaTelecomCard => 3
  16. ];
  17. const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
  18. }