add clear

This commit is contained in:
as2252258@163.com
2019-08-21 13:27:12 +08:00
parent a4e504e5e3
commit ad78b85ea0
+1 -1
View File
@@ -247,7 +247,7 @@ class WxClient
private function structure($body, $_data)
{
$this->setIsSSL(false);
$this->setHeaders(null);
$this->setHeaders([]);
if ($this->callback !== NULL) {
$result = call_user_func($this->callback, $body, $_data);