123456789101112131415161718192021222324 |
- <?php
- namespace refill\xianghongruifs;
- use mtopcard;
- class config
- {
- //95
- const ORDER_URL = 'http://123.60.50.146:9086/onlinepay.do ';
- const QUERY_URL= 'http://123.60.50.146:9086/searchpay.do';
- const BALANCE_UTL = 'http://123.60.50.146:9086/searchbalance.do';
- const USER_ID= '10002524';
- const KEY = 'PsZr3ZkSmXRnRdKj42c8QSmXk4mW5ZTH';
- // const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_xianghongruifs.php";
- const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
- const operator = [
- mtopcard\ChinaMobileCard => 'yd',
- mtopcard\ChinaUnicomCard => 'lt',
- mtopcard\ChinaTelecomCard => 'dx'
- ];
- const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
- }
|