add clear

This commit is contained in:
as2252258@163.com
2020-03-16 19:33:28 +08:00
parent 29758ebf52
commit f08bf962b1
+10 -9
View File
@@ -4,6 +4,8 @@
namespace wchat\officialaccount; namespace wchat\officialaccount;
use wchat\common\Result;
class Tag extends AfficialAccount class Tag extends AfficialAccount
{ {
@@ -18,7 +20,7 @@ class Tag extends AfficialAccount
/** /**
* @param $tagName * @param $tagName
* @return mixed * @return Result
* @throws \Exception * @throws \Exception
*/ */
public function generate($tagName) public function generate($tagName)
@@ -36,7 +38,7 @@ class Tag extends AfficialAccount
/** /**
* @param $id * @param $id
* @param $tagName * @param $tagName
* @return mixed * @return Result
* @throws \Exception * @throws \Exception
*/ */
public function tag_edit($id, $tagName) public function tag_edit($id, $tagName)
@@ -56,8 +58,7 @@ class Tag extends AfficialAccount
/** /**
* @param $id * @param $id
* @param $tagName * @return Result
* @return mixed
* @throws \Exception * @throws \Exception
*/ */
public function tag_delete($id) public function tag_delete($id)
@@ -74,7 +75,7 @@ class Tag extends AfficialAccount
/** /**
* @param $id * @param $id
* @param string[] $openid_list * @param string[] $openid_list
* @return mixed * @return Result
* @throws \Exception * @throws \Exception
*/ */
public function user_batch_add_tag($id, array $openid_list) public function user_batch_add_tag($id, array $openid_list)
@@ -93,7 +94,7 @@ class Tag extends AfficialAccount
/** /**
* @param $id * @param $id
* @param string[] $openid_list * @param string[] $openid_list
* @return mixed * @return Result
* @throws \Exception * @throws \Exception
*/ */
public function user_batch_remove_tag($id, array $openid_list) public function user_batch_remove_tag($id, array $openid_list)
@@ -110,7 +111,7 @@ class Tag extends AfficialAccount
/** /**
* @return mixed * @return Result
* @throws \Exception * @throws \Exception
*/ */
public function tagList() public function tagList()
@@ -124,7 +125,7 @@ class Tag extends AfficialAccount
/** /**
* @return mixed * @return Result
* @throws \Exception * @throws \Exception
*/ */
public function tag_fans_list() public function tag_fans_list()
@@ -138,7 +139,7 @@ class Tag extends AfficialAccount
/** /**
* @param $openid * @param $openid
* @return mixed * @return Result
* @throws \Exception * @throws \Exception
*/ */
public function user_tag($openid) public function user_tag($openid)