From 6f486c077131f22c51069f9e19d7c21cf970ec6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D?= <邮箱> Date: Tue, 1 Aug 2023 16:30:38 +0800 Subject: [PATCH] test --- mobile/plugins/payment/wxpay.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile/plugins/payment/wxpay.php b/mobile/plugins/payment/wxpay.php index bb9fa03..f32a4f2 100755 --- a/mobile/plugins/payment/wxpay.php +++ b/mobile/plugins/payment/wxpay.php @@ -190,10 +190,10 @@ class wxpay // $openid = $this->get_openid(); // 将当前页面url保存到$_SESSION中,供其他页面跳转 - $url = "https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; - $_SESSION['prev_url'] = $url; - header('Location: https://shop.heavenk.com/mobile/blank.php'); - exit; // 终止当前脚本的执行,确保页面跳转生效 + // $url = "https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; + // $_SESSION['prev_url'] = $url; + // header('Location: https://shop.heavenk.com/mobile/blank.php'); + // exit; // 终止当前脚本的执行,确保页面跳转生效 // $_SESSION['openid'] = $openid; }