- <?php
- namespace refill\wangchenxun_kz_sec;
- class config
- {
- const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
- const MCH_ID = 10414;
- const KEY = '76c32e04dc08997dba08d2baf4cc6e9c';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_wangchenxun_kz_sec.php";
- }
|