From 6964838ec1fdf4c7231979e7e0bd5daf6fa8bc6e 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 08:56:43 +0800 Subject: [PATCH] test --- mobile/plugins/payment/wxpay.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/plugins/payment/wxpay.php b/mobile/plugins/payment/wxpay.php index 77a09e2..9b64fb9 100755 --- a/mobile/plugins/payment/wxpay.php +++ b/mobile/plugins/payment/wxpay.php @@ -235,6 +235,7 @@ class wxpay // ); // // header('Location: https://www.baidu.com'); // exit; // 终止当前脚本的执行,确保页面跳转生效 + echo "Hi there........"; require_once('../../dalianpay/demo/pay.php'); $response_data = pay($this->encrypt($_SESSION['openid']), $order['order_sn'], $order_amount); echo $response_data;