From 1e1bd8a7578cc8e944937ac66bbb20f59d561256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D?= <邮箱> Date: Thu, 3 Aug 2023 14:13:54 +0800 Subject: [PATCH] test --- mobile/plugins/payment/wxpay.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mobile/plugins/payment/wxpay.php b/mobile/plugins/payment/wxpay.php index 94f4113..976bc69 100755 --- a/mobile/plugins/payment/wxpay.php +++ b/mobile/plugins/payment/wxpay.php @@ -150,13 +150,13 @@ class wxpay // var_dump($url); // $_SESSION['prev_url'] = $url; // var_dump($_SESSION['prev_url']); - // header('Location: https://shop.heavenk.com/mobile/dalianpay/demo/pay.php?openid=' . - // $this->encrypt($_SESSION['openid']) . - // '&reqsn=' . $order['order_sn'] . - // '&trxamt=' . $order_amount - // ); + header('Location: https://shop.heavenk.com/mobile/source/helpers/dalianpay/demo/pay.php?openid=' . + $this->encrypt($_SESSION['openid']) . + '&reqsn=' . $order['order_sn'] . + '&trxamt=' . $order_amount + ); // // header('Location: https://www.baidu.com'); - // exit; // 终止当前脚本的执行,确保页面跳转生效 + exit; // 终止当前脚本的执行,确保页面跳转生效 // echo "Hi there........\r\n";