金柚静态 支付修改10
This commit is contained in:
@@ -268,10 +268,11 @@ class Jinyoujt extends Controller
|
|||||||
];
|
];
|
||||||
echo json_encode($info);
|
echo json_encode($info);
|
||||||
} else if($request_data['pay_type'] == $order_enum::$Wechat) {
|
} else if($request_data['pay_type'] == $order_enum::$Wechat) {
|
||||||
|
|
||||||
|
$order_model->add($order_info);
|
||||||
//微信支付
|
//微信支付
|
||||||
$wxpay = new Wxpay();
|
$wxpay = new Wxpay();
|
||||||
//添加订单
|
//添加订单
|
||||||
$order_model->add($order_info);
|
|
||||||
|
|
||||||
$param = [
|
$param = [
|
||||||
'username' => $this->userinfo['LoginName'],
|
'username' => $this->userinfo['LoginName'],
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ class Account extends Model
|
|||||||
'DeleteTag' => 0,
|
'DeleteTag' => 0,
|
||||||
'Remark' => $account->region . $account->address,
|
'Remark' => $account->region . $account->address,
|
||||||
'Raw' => $account->inlet_website,
|
'Raw' => $account->inlet_website,
|
||||||
'game_id' => $account->game_id,
|
'game_id' => empty($account->game_id)?0:$account->game_id,
|
||||||
];
|
];
|
||||||
$account_list[] = $accounts;
|
$account_list[] = $accounts;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user