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