- <?php
- namespace refill\manhuiqy;
- class config
- {
- const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
- const MCH_ID = 10420;
- const KEY = '27d4186aca9a82c1df7f0a579f023b52';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_manhuiqy.php";
- }
|