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