|
@@ -162,6 +162,7 @@ class Buy extends Base
|
|
|
//$param参数
|
|
|
//$refer = $this->url('success', array('buy_id' => $buy_id, 'order_id' => $id), 'vip');
|
|
|
$refer = $this->url('api.checkOrder', array('buy_id' => $buy_id, 'order_id' => $id), 'vip');
|
|
|
+ $refer = str_replace('http:', 'https:', $refer);
|
|
|
$param = array
|
|
|
(
|
|
|
'account_id' => 2,
|