- <?php
- namespace refill\kaisinuojy;
- class config
- {
- # 凯斯诺(加油)
- # 提单到椰子
- const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
- const MCH_ID = 10482;
- const KEY = '2cad24fa530e5ebef5b850b4515627f1';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_kaisinuojy.php";
- }
|