1234567891011121314151617181920212223242526 |
- <?php
- namespace refill\suhctm;
- class config
- {
- const ORDER_URL = 'http://jiayouka.5800cc.com/tmKaOrder/createKaOrder.html';
- const ORDER_QUERY_URL = 'http://jiayouka.5800cc.com/tmKaOrder/queryOrder.html';
- const KEY = '7yDCLS6S2KzSAJQOUc3vsa';
- const ORGID = 1590993600;
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_suhctm.php";
- const STOREIDS = ['10280838',
- '611127',
- '10109062',
- '10053330',
- '10108936'
- // '10114157',
- // '10143029',
- // '10109046',
- // '10135551',
- // '678278'
- ];
- const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded' , 'Accept: application/json;charset=UTF-8'];
- }
|