config.php 704 B

1234567891011121314151617181920212223242526
  1. <?php
  2. namespace refill\suhctm;
  3. class config
  4. {
  5. const ORDER_URL = 'http://jiayouka.5800cc.com/tmKaOrder/createKaOrder.html';
  6. const ORDER_QUERY_URL = 'http://jiayouka.5800cc.com/tmKaOrder/queryOrder.html';
  7. const KEY = '7yDCLS6S2KzSAJQOUc3vsa';
  8. const ORGID = 1590993600;
  9. const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_suhctm.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' , 'Accept: application/json;charset=UTF-8'];
  22. }