config.php 665 B

12345678910111213141516171819202122
  1. <?php
  2. namespace refill\moxj_fs;
  3. use mtopcard;
  4. class config
  5. {
  6. const ORDER_URL = 'http://150.107.3.58/api/receiveOrder';
  7. const QUERY_URL = 'http://150.107.3.58/api/queryOrder';
  8. const PARTNER_ID = '58';
  9. const KEY = 'a287ccee4bb064445b8fb7ca743d1dad';
  10. // const NOTIFY_URL = BASE_SITE_URL."/mobile/callback/refill_moxj_fs.php";
  11. const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
  12. const operator = [
  13. mtopcard\ChinaMobileCard => 2,
  14. mtopcard\ChinaUnicomCard => 0,
  15. mtopcard\ChinaTelecomCard => 1
  16. ];
  17. const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded'];
  18. }