- <?php
- namespace refill\yayuanqy;
- class config
- {
- # YL雅苑:权益
- # 提单到椰子
- const MCH_ID = 10481;
- const KEY = 'e3b9c4bd2de8004b0e624d9af3d58662';
- const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yayuanqy.php";
- }
|