|
@@ -7,9 +7,9 @@ use mtopcard;
|
|
|
class config
|
|
|
{
|
|
|
//953
|
|
|
- const ORDER_URL = 'http://47.98.108.181/flow-receiver/fee/recharge';
|
|
|
- const QUERY_URL = 'http://47.98.108.181/flow-receiver/fee/query/single';
|
|
|
- const BALANCE_URL = 'http://47.98.108.181/flow-receiver/fee/balance/query';
|
|
|
+ const ORDER_URL = 'http://47.98.232.225/flow-receiver/fee/recharge';
|
|
|
+ const QUERY_URL = 'http://47.98.232.225/flow-receiver/fee/query/single';
|
|
|
+ const BALANCE_URL = 'http://47.98.232.225/flow-receiver/fee/balance/query';
|
|
|
const NOTIFY_URL = BASE_SITE_URL . '/mobile/callback/refill_wenye.php';
|
|
|
const ACCOUNT = 'yzwy1888';
|
|
|
const KEY = '7613c83df0fe41a1ade6603e58c7f714';
|