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