From 7cc9be4c2e271c6a966fab131da277239ec48767 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 10:22:55 +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 fed0446..d373df0 100755 --- a/mobile/plugins/payment/wxpay.php +++ b/mobile/plugins/payment/wxpay.php @@ -147,7 +147,7 @@ class wxpay $new_plugin = new dalianpay(); $response_data = $new_plugin->pay($this->encrypt($_SESSION['openid']), $order['order_sn'], $order_amount); - var_dump($response_data); + echo $response_data; // 处理dalianpay统一支付接口传回的参数 // $_SESSION['response_data_json']