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