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