12345678910111213141516171819202122232425 |
- <?php
- namespace refill\cangbukami;
- use mtopcard;
- class config
- {
- //yd 950 dl949
- const ORDER_URL = 'https://api.irecycle.top/queryBuy';
- const QUERY_URL= 'https://api.irecycle.top/queryBizOrder';
- const BALANCE_URL= 'https://api.irecycle.top//queryBalance';
- const MCH_ID= '112';
- const KEY = 'zs53xG61NinhlrXskhR0xnAaOyM7yG';
- // const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_cangbukami.php";
- const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
- const operator = [
- 20 => 'xydclt20',
- 30 => 'xydclt30',
- 50 => 'xydclt50',
- 100 => 'xydclt100'
- ];
- const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded' , 'Accept: application/json;charset=UTF-8'];
- }
|