123456789101112131415161718192021 |
- <?php
- namespace refill\luqian;
- use mtopcard;
- class config
- {
- const ORDER_URL = 'http://2sgxw.com/api/receiveOrder';
- const QUERY_URL = 'http://2sgxw.com/api/queryOrder';
- const PARTNER_ID = '38';
- const KEY = 'd6ae18a1a67828620d6091f3c36ca6fa';
- const NOTIFY_URL = BASE_SITE_URL."/mobile/refill_luqian.php";
- const operator = [
- mtopcard\ChinaMobileCard => 2,
- mtopcard\ChinaUnicomCard => 0,
- mtopcard\ChinaTelecomCard => 1
- ];
- const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded'];
- }
|