- <?php
- namespace refill\xc;
- class config
- {
- const ORDER_URL = 'http://202.79.172.201/pay/order/upload';
- const QUERY_ORDER_URL = 'http://202.79.172.201/chaxun/order/queryStatus';
- const NUMBER_ID = '10010';
- const KEY = '11a5e71e0da0e3ae0942cbd6b7c62f2a';
- const NOTIFY_URL = BASE_SITE_URL."/mobile/refill_xc.php";
- }
|