1234567891011121314151617 |
- <?php
- namespace refill\xunyin;
- class config
- {
- //https://docs.qq.com/doc/DYm5iQmlUb01tVXln
- const PAY_PHONE_URL = 'https://openapi.xunyin.com/openapi/submit';
- const QUERY_URL= 'https://openapi.xunyin.com/openapi/query';
- const BALANCE_URL= 'http://openapi.xunyin.com/openapi/QueryMerchant';
- const CP_ID= '8417';
- const KEY = 'd4317a37ad90bc38cd346c6ad3056a7f';
- const API_IP = NET_IP;
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_xunyin.php";
- }
|