微信操作类库变量 bug 修复
parent
6ff016d4b3
commit
07327a7a35
|
|
@ -260,7 +260,7 @@ class Wechat
|
||||||
$res = curl_exec($curl);
|
$res = curl_exec($curl);
|
||||||
if($is_parsing === true)
|
if($is_parsing === true)
|
||||||
{
|
{
|
||||||
return json_decode($reponse, true);
|
return json_decode($res, true);
|
||||||
}
|
}
|
||||||
return $res;
|
return $res;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue