1234567891011121314151617 |
- <?php
- namespace refill\weiyi;
- class config
- {
- const ORDER_URL = 'http://47.118.78.137:6066/fee/api/charge.do';
- const QUERY_URL = 'http://47.118.78.137:6066/fee/api/query_state.do';
- const USER_ID = '1f68bb3452134a6cbaa4';
- const KEY = '8919a04a43b447ffae78';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_weiyi.php";
- // const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
- const ExtHeaders = ['Content-Type: application/json'];
- }
|