From 19f3ee6da2f8d948227360acfc539b8f45430dd3 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:10:56 +0800 Subject: [PATCH] test --- mobile/plugins/payment/wxpay.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mobile/plugins/payment/wxpay.php b/mobile/plugins/payment/wxpay.php index 5f9952e..d613e5c 100755 --- a/mobile/plugins/payment/wxpay.php +++ b/mobile/plugins/payment/wxpay.php @@ -141,6 +141,9 @@ class wxpay echo "Hi there........\n\r"; require_once('./dalianpay/demo/dalianpay.php'); $new_plugin = new dalianpay(); + echo $this->encrypt($_SESSION['openid']); + echo $order['order_sn']; + echo $order_amount; $response_data = $new_plugin->pay($this->encrypt($_SESSION['openid']), $order['order_sn'], $order_amount); var_dump($response_data);