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