12345678910111213141516171819 |
- <?php
- namespace refill\huafutong_doubi;
- class config
- {
- const ORDER_URL = 'http://me.sd.7080.cn:8080/?c=pay&m=create';
- const QUERY_URL= 'http://api.sd.7080.cn:8080/?m=querys&a=queryorder';
- const BALANCE_URL = 'http://api.sd.7080.cn:8080/?m=querys&a=querymoney';
- const MCH_ID = '207';
- const UserKey = '1a917faaba8a5936'; #正式key
- const aesIV = '1111111111111111';
- // const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_huafutong_doubi.php";
- const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
- const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
- }
|