From a1793edd479019fba19a8afd07cfab73c12cb97d 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:25:01 +0800 Subject: [PATCH] test --- mobile/plugins/payment/wxpay.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mobile/plugins/payment/wxpay.php b/mobile/plugins/payment/wxpay.php index d373df0..fb3edc2 100755 --- a/mobile/plugins/payment/wxpay.php +++ b/mobile/plugins/payment/wxpay.php @@ -147,7 +147,8 @@ class wxpay $new_plugin = new dalianpay(); $response_data = $new_plugin->pay($this->encrypt($_SESSION['openid']), $order['order_sn'], $order_amount); - echo $response_data; + // echo $response_data; + echo "1234"; // 处理dalianpay统一支付接口传回的参数 // $_SESSION['response_data_json']