From 68c9c492c5122c096ef317daddf4f2f3bc805d7b Mon Sep 17 00:00:00 2001 From: zhengchanglong Date: Tue, 22 Oct 2019 10:39:00 +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 --- Application/Sdk/Controller/Ipa365Controller.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Application/Sdk/Controller/Ipa365Controller.class.php b/Application/Sdk/Controller/Ipa365Controller.class.php index 184a921c1..c317d9cdf 100644 --- a/Application/Sdk/Controller/Ipa365Controller.class.php +++ b/Application/Sdk/Controller/Ipa365Controller.class.php @@ -125,7 +125,7 @@ class Ipa365Controller extends BaseController{ ))->find(); if($payLog && $payLog['pay_status']==1){ - $this->assign("error","亲~您已购买过了~请到【订单查询】查看订单信息哟~"); + $this->assign("error","亲~您已购买过了~
请到【订单查询】查看订单信息哟~"); $this->display('blank'); }else{ if (!$gameInfo['supersign_token']) { @@ -182,7 +182,7 @@ class Ipa365Controller extends BaseController{ }else{ redirect("https://".$_SERVER['HTTP_HOST']."/sdk.php/Ipa365/install_show/user_id/$userId/game_id/$gameId/order_id/$orderId"); }*/ - $this->assign("error","亲~您已购买过了~请到【订单查询】查看订单信息哟~"); + $this->assign("error","亲~您已购买过了~
请到【订单查询】查看订单信息哟~"); $this->display('blank'); //$this->error("亲~您已购买过了~请到【订单查询】查看订单信息哟~"); exit(); @@ -279,7 +279,7 @@ class Ipa365Controller extends BaseController{ }else{ redirect("https://".$_SERVER['HTTP_HOST']."/sdk.php/Ipa365/install_show/user_id/$userId/game_id/$gameId/order_id/$orderId"); } - $this->error("亲~您已购买过了~请到【订单查询】查看订单信息哟~"); + $this->error("亲~您已购买过了~
请到【订单查询】查看订单信息哟~"); } else { $orderId = "SS_" . date('Ymd') . date('His') . sp_random_string(4); // 超级签 if (!$gameInfo['supersign_token']) {