12345678910111213141516171819202122 |
- <?php
- namespace refill\cangxin_doubi;
- class config
- {
- const ORDER_URL = 'http://47.98.184.74:9527/order/submit';
- const QUERY_URL = 'http://47.98.184.74:9527/order/query';
- const BALANCE_URL = 'http://47.98.184.74:9527/order/balance';
- const clientId = '10065';
- const Key = 'K8edcR5gO5OCPkT3E416a3ouqxN106cC';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_cangxin_doubi.php";
- const PRODUCT = [
- 100 => 5000100,
- 200 => 5000200,
- 300 => 5000300,
- 500 => 5000500,
- ];
- const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
- }
|