config.php 647 B

1234567891011121314151617181920212223242526
  1. <?php
  2. namespace refill\tianjt;
  3. class config
  4. {
  5. const ORDER_URL = 'http://oilcard.lwyuja.cn/order/createOrder.html';
  6. const ORDER_QUERY_URL = 'http://oilcard.lwyuja.cn/order/queryOrder.html';
  7. const KEY = '0TKtWOgpaLc5CQ0KvewK5J';
  8. const ORGID = 7532391600;
  9. const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_tianjt.php";
  10. const STOREIDS = ['10280838',
  11. '611127',
  12. '10109062',
  13. '10053330',
  14. '10108936'
  15. // '10114157',
  16. // '10143029',
  17. // '10109046',
  18. // '10135551',
  19. // '678278'
  20. ];
  21. const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded'];
  22. }