- <?php
- namespace refill\wantong;
- class config
- {
- const ORDER_URL = 'https://mm.jm618.cn/api/telpay';
- const QUERY_URL = 'https://mm.jm618.cn/api/telpay/query';
- const MCHID = 10016;
- const KEY = '06be014a9c14b12d893663bff36372ba';
- // const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_wantong.php";
- const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
- }
|