config.php 649 B

12345678910111213141516171819202122
  1. <?php
  2. namespace refill\xunao;
  3. use mtopcard;
  4. class config
  5. {
  6. const ORDER_URL = 'http://47.118.36.120:9009/prod-produce/api/provide';
  7. const QUERY_URL = 'http://47.118.36.120:9009/prod-produce/api/query';
  8. const USER_ID = '10';
  9. const KEY = 'e4aa17f34d5ef57271b3fce13d938185';
  10. // const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_xunao.php";
  11. const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
  12. const ExtHeaders = ['Content-Type: application/json'];
  13. const operator = [
  14. mtopcard\ChinaMobileCard => 'yd',
  15. mtopcard\ChinaUnicomCard => 'lt',
  16. mtopcard\ChinaTelecomCard => 'dx'
  17. ];
  18. }