diff --git a/wchat/officialaccount/Tag.php b/wchat/officialaccount/Tag.php index 4175fa5..4be2cbe 100644 --- a/wchat/officialaccount/Tag.php +++ b/wchat/officialaccount/Tag.php @@ -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, []); }