- <?php
- namespace refill\lecfy;
- class config
- {
- const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
- const MCH_ID = 10401;
- const KEY = '14541751696c7e2a1d11d90493929bb7';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_lecfy.php";
- }
|