|
@@ -6,22 +6,22 @@ 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_lingzhman.php';
|
|
|
const ACCOUNT = 'yzmc';
|
|
|
const KEY = 'b225132ca8fc47d98c245fc231623dbb';
|
|
|
|
|
|
const ProductIDS = [
|
|
|
mtopcard\ChinaMobileCard => [
|
|
|
- 50 => 'CMCCALLn50r', 100 => 'CMCCALLn100r', 200 => 'CMCCALLn200r'
|
|
|
+ 30 => 'CMCCALLr30r', 50 => 'CMCCALLr50r', 100 => 'CMCCALLr100r', 200 => 'CMCCALLr200r'
|
|
|
],
|
|
|
mtopcard\ChinaUnicomCard => [
|
|
|
- 50 => 'CUCCALLn50r', 100 => 'CUCCALLn100r', 200 => 'CUCCALLn200r'
|
|
|
+ 30 => 'CUCCALLr30r', 50 => 'CUCCALLr50r', 100 => 'CUCCALLr100r', 200 => 'CUCCALLr200r'
|
|
|
],
|
|
|
mtopcard\ChinaTelecomCard => [
|
|
|
- 50 => 'CTCCALLn50r', 100 => 'CTCCALLn100r', 200 => 'CTCCALLn200r'
|
|
|
+ 30 => 'CTCCALLr30r', 50 => 'CTCCALLr50r', 100 => 'CTCCALLr100r', 200 => 'CTCCALLr200r'
|
|
|
]
|
|
|
];
|
|
|
|