- <?php
- namespace refill\weibian_qy;
- class config
- {
- const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
- const MCH_ID = 10457;
- const KEY = '6db969fcc2f4e9f715e7155612f576cc';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_weibian_qy.php";
- }
|