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