|
@@ -84,7 +84,7 @@ class Recharge extends Frontend
|
|
// 'amount' => 0.01,
|
|
// 'amount' => 0.01,
|
|
'method' => $pay_type == 'alipay' ? 'web' : 'scan',
|
|
'method' => $pay_type == 'alipay' ? 'web' : 'scan',
|
|
'notifyurl' => $this->request->root(true) . '/notify.php/paytype/'.$pay_type,
|
|
'notifyurl' => $this->request->root(true) . '/notify.php/paytype/'.$pay_type,
|
|
-// 'returnurl' => $this->request->root(true) . '/index/index/paysuccess',
|
|
|
|
|
|
+ 'returnurl' => $this->request->root(true) . '/index/recharge',
|
|
];
|
|
];
|
|
$res = Service::submitOrder($params);
|
|
$res = Service::submitOrder($params);
|
|
|
|
|