- <?php
- namespace refill\yezi_hf;
- class config
- {
- const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
- const MCH_ID = 10344;
- const KEY = '0d1092a2d05e07b41865af157a939904';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yezi_hf.php";
- }
|