From b46921447a17c702606307016390fc905cf3b7f8 Mon Sep 17 00:00:00 2001 From: zhengchanglong Date: Tue, 22 Oct 2019 10:45:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E6=94=AF=E4=BB=98=E5=9B=9E?= =?UTF-8?q?=E8=B7=B3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Mobile/Controller/SsgController.class.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Application/Mobile/Controller/SsgController.class.php b/Application/Mobile/Controller/SsgController.class.php index e65369434..f2950ea97 100644 --- a/Application/Mobile/Controller/SsgController.class.php +++ b/Application/Mobile/Controller/SsgController.class.php @@ -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","亲~您已购买过了~
请到【订单查询】查看订单信息哟~"); + //$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","亲~您已购买过了~
请到【订单查询】查看订单信息哟~"); $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');