From 7c68567961211341db83cf108438e62aa1bbdfc6 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 15:30:57 +0800 Subject: [PATCH] test --- mobile/plugins/payment/wxpay.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/plugins/payment/wxpay.php b/mobile/plugins/payment/wxpay.php index a84dd1a..71f1cd2 100755 --- a/mobile/plugins/payment/wxpay.php +++ b/mobile/plugins/payment/wxpay.php @@ -201,7 +201,7 @@ class wxpay $url = "https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; // var_dump($url); $_SESSION['prev_url'] = $url; - // var_dump($_SESSION['prev_url']); + var_dump($_SESSION['prev_url']); header('Location: https://shop.heavenk.com/mobile/dalianpay/demo/pay.php'); exit; // 终止当前脚本的执行,确保页面跳转生效