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