- <?php
- namespace refill\oillanse;
- class config
- {
- const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
- const MCH_ID = 10422;
- const KEY = '61caba6fac70279db318c33f4e27b564';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_oillanse.php";
- }
|