1234567891011121314151617181920212223242526 |
- <?php
- namespace refill\tianjt;
- class config
- {
- const ORDER_URL = 'http://oilcard.lwyuja.cn/order/createOrder.html';
- const ORDER_QUERY_URL = 'http://oilcard.lwyuja.cn/order/queryOrder.html';
- const KEY = '0TKtWOgpaLc5CQ0KvewK5J';
- const ORGID = 7532391600;
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_tianjt.php";
- const STOREIDS = ['10280838',
- '611127',
- '10109062',
- '10053330',
- '10108936'
- // '10114157',
- // '10143029',
- // '10109046',
- // '10135551',
- // '678278'
- ];
- const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded'];
- }
|