- <?php
- namespace refill\weisyd;
- class config
- {
- const ORDER_URL = 'http://8.135.104.8:8080/morgan/boss/agent/preOrder';
- const QUERY_URL = 'http://8.135.104.8:8080/morgan/boss/agent/query';
- const APP_KEY = 51120281;
- const APP_SECRET = '9AK7JQ5DC21Q8P7YCP1LPQ6KVVX7QJX3';
- const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
- const ExtHeaders = ['Content-Type: application/json'];
- }
|