- <?php
- namespace refill\shangtou;
- class config
- {
- const ORDER_URL = 'http://121.41.5.205/api/power_pay';
- const QUERY_URL = 'http://121.41.5.205/api/power_pay/query';
- const BALANCE_URL = 'http://121.41.5.205/api/power_pay/balance';
- const MCHID = '20126';
- const KEY = '73768084696f1c60956a6df748a2b2f5';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_shangtou.php";
- const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded'];
- const TIMEOUT = 86400;
- }
|