- <?php
- namespace refill\wangchenxunciyue;
- class config
- {
- const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
- const MCH_ID = 10412;
- const KEY = '6c840e490a570384c12efae2a29da837';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_wangchenxunciyue.php";
- }
|