From 68eb2a60f88358dbe91c9c40cf42c131466bb777 Mon Sep 17 00:00:00 2001 From: lixiaoyu <1906596264@qq.com> Date: Sat, 23 Sep 2023 16:54:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/plugins/payment/wxpay.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mobile/plugins/payment/wxpay.php b/mobile/plugins/payment/wxpay.php index f7aad39..d76cfe8 100755 --- a/mobile/plugins/payment/wxpay.php +++ b/mobile/plugins/payment/wxpay.php @@ -127,8 +127,7 @@ class wxpay // 调用大连支付接口 require_once(BASE_PATH . 'helpers/dalianpay/demo/dalianpay.php'); $new_plugin = new dalianpay(); - $response_data = $new_plugin->pay($this->encrypt($_SESSION['appid']), $order['order_sn'], $order_amount); - var_dump($_SESSION['appid']); + $response_data = $new_plugin->pay($this->encrypt("wx0afc59c4f6aa8750"), $order['order_sn'], $order_amount); var_dump($response_data); exit(); // echo $response_data;