- <?php
- namespace refill\qiucheng;
- class config
- {
- const ORDER_URL = 'http://121.204.252.106:7100/home/recharge';
- const QUERY_URL = 'http://121.204.252.106:7100/Home/query';
- const MER_ID = '5139';
- const KEY = '80de974bf0dfa273da92f8838bec25a7';
- // const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_qiucheng.php";
- const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
- }
|