From 937a5ae22c08bbb35b195b00d772ebae0d9d1999 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Mon, 16 Mar 2020 19:24:07 +0800 Subject: [PATCH] add clear --- wchat/officialaccount/Tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, []); }