From 07327a7a354bbe726f2181f6e8581fd477fb445b Mon Sep 17 00:00:00 2001 From: devil Date: Wed, 13 May 2020 14:52:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E6=93=8D=E4=BD=9C=E7=B1=BB?= =?UTF-8?q?=E5=BA=93=E5=8F=98=E9=87=8F=20bug=20=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/base/Wechat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/base/Wechat.php b/extend/base/Wechat.php index 314237422..c0c2def92 100755 --- a/extend/base/Wechat.php +++ b/extend/base/Wechat.php @@ -260,7 +260,7 @@ class Wechat $res = curl_exec($curl); if($is_parsing === true) { - return json_decode($reponse, true); + return json_decode($res, true); } return $res; } -- GitLab