|
@@ -7,9 +7,9 @@ use mtopcard;
|
|
|
class config
|
|
|
{
|
|
|
//回调地址需配置
|
|
|
- const ORDER_URL = 'http://47.99.65.204/flow-receiver/fee/recharge';
|
|
|
- const QUERY_URL = 'http://47.99.65.204/flow-receiver/fee/query/single';
|
|
|
- const BALANCE_URL = 'http://47.99.65.204/flow-receiver/fee/balance/query';
|
|
|
+ const ORDER_URL = 'http://47.108.202.150/flow-receiver/fee/recharge';
|
|
|
+ const QUERY_URL = 'http://47.108.202.150/flow-receiver/fee/query/single';
|
|
|
+ const BALANCE_URL = 'http://47.108.202.150/flow-receiver/fee/balance/query';
|
|
|
const NOTIFY_URL = BASE_SITE_URL . '/mobile/callback/refill_linzhu.php';
|
|
|
const ACCOUNT = 'yezi';
|
|
|
const KEY = '507951e1ce694d94a3a22e4d44a777a7';
|