- <?php
- namespace refill\huanqiu_sec;
- class config
- {
- const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
- const MCH_ID = 10464;
- const KEY = '7df8ce20f6d21d24e580ab764e647d5c';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_huanqiu_sec.php";
- }
|