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