- <?php
- namespace refill\pushangfei;
- class config
- {
- const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
- const MCH_ID = 10466;
- const KEY = '5b6bd9b2950240516267f33d5b7d36cf';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_pushangfei.php";
- }
|