提交 07327a7a 编写于 作者: D devil

微信操作类库变量 bug 修复

上级 6ff016d4
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册