|
@@ -6,9 +6,9 @@ namespace refill\jiaqi;
|
|
use mtopcard;
|
|
use mtopcard;
|
|
class config
|
|
class config
|
|
{
|
|
{
|
|
- const ORDER_URL = 'http://47.97.90.81:1008/plat/api/hf/submitorder';
|
|
|
|
- const QUERY_URL= 'http://47.97.90.81:1008/plat/api/queryorder';
|
|
|
|
- const BALANCE_URL = 'http://47.97.90.81:1008/plat/api/querybalance';
|
|
|
|
|
|
+ const ORDER_URL = 'http://114.55.72.143:16188/plat/api/hf/submitorder';
|
|
|
|
+ const QUERY_URL= 'http://114.55.72.143:16188/plat/api/queryorder';
|
|
|
|
+ const BALANCE_URL = 'http://114.55.72.143:16188/plat/api/querybalance';
|
|
|
|
|
|
const USER_ID= '200004';
|
|
const USER_ID= '200004';
|
|
const KEY = 'bf5b43ef330d400b9e982fe23d9d122e';
|
|
const KEY = 'bf5b43ef330d400b9e982fe23d9d122e';
|