- <?php
- namespace refill\shenzhouoil;
- class config
- {
- const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
- const MCH_ID = 10369;
- const KEY = '9c7a9159b6107051f0f3cf8bd7d6d182';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_shenzhouoil.php";
- }
|