add clear

This commit is contained in:
as2252258@163.com
2020-03-16 19:24:07 +08:00
parent e3a1b3e777
commit 937a5ae22c
+1 -1
View File
@@ -119,7 +119,7 @@ class Tag extends AfficialAccount
$this->request->setErrorField('errcode');
$this->request->setErrorMsgField('errmsg');
return $this->request->get($this->tag_lists . $config);
return $this->request->get($this->tag_lists . $config, []);
}