- <?php
- namespace refill\tonglu;
- class config
- {
- const ORDER_URL = 'http://wg.guozipay.com/api/order/create';
- const QUERY_URL = 'http://wg.guozipay.com/api/order/query';
- const MCH_ID = '20210322';
- const KEY = '9fcd301b7ce14a5e8c4908dba8679769';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_tonglu.php";
- // const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
- }
|