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