- <?php
- namespace refill\afandeng;
- class config
- {
- const ORDER_URL = 'http://8.135.117.151:8124/supply/order/orderCheck';
- const QUERY_URL = 'http://8.135.117.151:8124/supply/order/getSupplyOrderStatus';
- const MCHID = 131;
- const KEY = '4356f096d6ff947da4918e40bedc444e';
- const NOTIFY_URL = "https://www.xyzshops.cn/mobile/refill_afandeng.php";
- const ExtHeaders = ['ContentType: application/x-www-form-urlencoded;charset=utf-8'];
- }
|