From 8301ab79bdd43eaa605a6f84d3c1eebd56a0bc49 Mon Sep 17 00:00:00 2001 From: dutsc <1020018707@qq.com> Date: Tue, 15 Aug 2023 21:09:18 +0800 Subject: [PATCH] wxsuccess --- mobile/plugins/payment/wxpay.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/plugins/payment/wxpay.php b/mobile/plugins/payment/wxpay.php index db335f0..6bd4066 100755 --- a/mobile/plugins/payment/wxpay.php +++ b/mobile/plugins/payment/wxpay.php @@ -176,12 +176,12 @@ class wxpay // } // } - // echo "123546579\r\n"; + echo "123546579\r\n"; // 调用大连支付接口 require_once(BASE_PATH . 'helpers/dalianpay/demo/dalianpay.php'); $new_plugin = new dalianpay(); $response_data = $new_plugin->pay($this->encrypt($_SESSION['openid']), $order['order_sn'], $order_amount); - // echo $response_data; + echo $response_data; // 获取微信支付需要的其他参数 $payinfo = $response_data['payinfo'];