123456789101112131415161718192021 |
- <?php
- namespace refill\weishengysix;
- use mtopcard;
- class config
- {
- const ORDER_URL = 'http://47.96.251.76:10186/plat/api/old/submitorder';
- const QUERY_URL= 'http://47.96.251.76:10186/plat/api/old/queryorder';
- const USER_ID= '200074';
- const KEY = 'adb228945705404e9500cd78eaa111d2';
- const NOTIFY_URL = BASE_SITE_URL . "/racc/callback/lingzh/weishengysix.php";
- const operator = [
- mtopcard\ChinaMobileCard => 1,
- mtopcard\ChinaUnicomCard => 2,
- mtopcard\ChinaTelecomCard => 3
- ];
- const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
- }
|