|
@@ -7,9 +7,9 @@ use mtopcard;
|
|
|
class config
|
|
|
{
|
|
|
//945
|
|
|
- const ORDER_URL = 'http://gateway.slypay.cc/prod-produce/api/provide';
|
|
|
- const QUERY_URL= 'http://gateway.slypay.cc/prod-produce/api/query';
|
|
|
- const BALANCE_URL= 'http://gateway.slypay.cc/prod-produce/api/querySupAmount';
|
|
|
+ const ORDER_URL = 'http://gateway.slypay.org:30900/prod-produce/api/provide';
|
|
|
+ const QUERY_URL= 'http://gateway.slypay.org:30900/prod-produce/api/query';
|
|
|
+ const BALANCE_URL= 'http://gateway.slypay.org:30900/prod-produce/api/querySupAmount';
|
|
|
|
|
|
const MCH_ID= '48';
|
|
|
const KEY = '3fc7d3ddcf0170baea4e95972887e91a';
|