- <?php
- namespace refill\chuka;
- class config
- {
- const ORDER_URL = 'http://api.chuka.cn/api.php/queryBuy.html';
- const QUERY_URL = 'http://api.chuka.cn/api.php/queryBizOrder.html';
- const customerId = '101787';
- const API_KEY = 'kvaa7Ff4i5egXcyowUAA7TuFv75tYR';
- const NOTIFY_URL = BASE_SITE_URL . "/racc/callback/lingzh/chuka.php";
- const ExtHeaders = ['ContentType: application/x-www-form-urlencoded; charset=UTF-8;'];
- }
|