From 6d237d05553bba2fa358fccfba1ec8b8137de1a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D?= <邮箱> Date: Wed, 2 Aug 2023 09:52:41 +0800 Subject: [PATCH] test --- mobile/plugins/payment/wxpay.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mobile/plugins/payment/wxpay.php b/mobile/plugins/payment/wxpay.php index cfcf763..8f59e4b 100755 --- a/mobile/plugins/payment/wxpay.php +++ b/mobile/plugins/payment/wxpay.php @@ -197,14 +197,14 @@ class wxpay $_SESSION['openid'] = $openid; } - // 访问大连支付接口 - $url = "https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; - var_dump($url); - $_SESSION['prev_url'] = $url; - var_dump($_SESSION['prev_url']); - header('Location: https://shop.heavenk.com/mobile/dalianpay/demo/pay.php'); + // // 访问大连支付接口 + // $url = "https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; + // var_dump($url); + // $_SESSION['prev_url'] = $url; + // var_dump($_SESSION['prev_url']); + // header('Location: https://shop.heavenk.com/mobile/dalianpay/demo/pay.php'); // // header('Location: https://www.baidu.com'); - exit; // 终止当前脚本的执行,确保页面跳转生效 + // exit; // 终止当前脚本的执行,确保页面跳转生效 // require_once('../../demo/pay.php'); // $response_data = pay(); // echo $response_data;