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