|
|
|
@ -449,9 +449,9 @@ class SsgController extends BaseController {
|
|
|
|
|
))->find();
|
|
|
|
|
|
|
|
|
|
if($payLog && $payLog['pay_status']==1){
|
|
|
|
|
$this->assign("error","亲~您已购买过了~请到【订单查询】查看订单信息哟~");
|
|
|
|
|
$this->display('blank');
|
|
|
|
|
//redirect("/mobile.php/Ssg/install_show/user_id/$userId/game_id/$gameId/order_id/".$payLog['order_id']);
|
|
|
|
|
//$this->assign("error","亲~您已购买过了~<br/>请到【订单查询】查看订单信息哟~");
|
|
|
|
|
//$this->display('blank');
|
|
|
|
|
redirect("/mobile.php/Ssg/install_show/user_id/$userId/game_id/$gameId/order_id/".$payLog['order_id']);
|
|
|
|
|
}else{
|
|
|
|
|
if (!$gameInfo['supersign_token']) {
|
|
|
|
|
//$this->error("超级签token未填写!");
|
|
|
|
@ -508,7 +508,7 @@ class SsgController extends BaseController {
|
|
|
|
|
}else{
|
|
|
|
|
redirect("https://".$_SERVER['HTTP_HOST']."/mobile.php/Ssg/install_show/user_id/$userId/game_id/$gameId/order_id/$orderId");
|
|
|
|
|
}*/
|
|
|
|
|
$this->assign("error","亲~您已购买过了~请到【订单查询】查看订单信息哟~");
|
|
|
|
|
$this->assign("error","亲~您已购买过了~<br/>请到【订单查询】查看订单信息哟~");
|
|
|
|
|
$this->display('blank');
|
|
|
|
|
//$this->error("亲~您已购买过了~请到【订单查询】查看订单信息哟~");
|
|
|
|
|
exit();
|
|
|
|
@ -563,8 +563,8 @@ class SsgController extends BaseController {
|
|
|
|
|
$weixn = new Weixin();
|
|
|
|
|
$wx_pay = json_decode($weixn->weixin_pay('超级签消费', $orderId, $price, 'MWEB', 4), true);
|
|
|
|
|
if($wx_pay['status']==1){
|
|
|
|
|
$redirect_url = $_SERVER['HTTP_HOST']."/mobile.php/Ssg/install_show/user_id/{$userId}/game_id/{$gameId}/order_id/{$orderId}";
|
|
|
|
|
redirect($wx_pay['mweb_url']."&redirect_url=".urlencode($redirect_url));
|
|
|
|
|
//$redirect_url = $_SERVER['HTTP_HOST']."/mobile.php/Ssg/install_show/user_id/{$userId}/game_id/{$gameId}/order_id/{$orderId}";
|
|
|
|
|
redirect($wx_pay['mweb_url']);
|
|
|
|
|
}else{
|
|
|
|
|
$this->assign("error",$wx_pay['return_msg']);
|
|
|
|
|
$this->display('blank');
|
|
|
|
|