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