- <?php
- namespace refill\fulqy;
- class config
- {
- const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
- const MCH_ID = 10406;
- const KEY = 'e2f265817983f4c8bd0265c8df29c91e';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_fulqy.php";
- }
|