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; }