From 9c01d4301a751cb886abcebcd15ebe06d5ce3739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Tue, 13 Jul 2021 10:07:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=B7=E5=8D=A1=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E6=8E=88=E6=9D=83=E7=A0=81=E6=9F=A5=E8=AF=A2=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WePay/Order.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WePay/Order.php b/WePay/Order.php index 1e390c1..aa26237 100644 --- a/WePay/Order.php +++ b/WePay/Order.php @@ -155,7 +155,7 @@ class Order extends BasicWePay public function queryAuthCode($authCode) { $url = 'https://api.mch.weixin.qq.com/tools/authcodetoopenid'; - return $this->callPostApi($url, ['auth_code' => $authCode]); + return $this->callPostApi($url, ['auth_code' => $authCode], false, 'MD5', false); } /**