- <?php
- namespace refill\baizeyd;
- class config
- {
- const ORDER_URL = 'http://47.115.147.144:8002/order';
- const QUERY_URL = 'http://47.115.147.144:8002/query';
- const APP_KEY = 'uECmTOFAY6RPCTtI';
- const APP_SECRET = 'jrzXEliY7FA8kP2reziMxlvBv9FgkJa6';
- const NOTIFY_URL = BASE_SITE_URL . "/racc/callback/lingzh/baizeyd.php";
- const ExtHeaders = ['ContentType: application/x-www-form-urlencoded;charset=utf-8'];
- }
|