From ace4ce3949821588c34641fbadda4461725b5fbe Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 13 Nov 2018 17:05:11 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=A0=87=E7=AD=BE=E4=B8=8B=E7=B2=89=E4=B8=9D?= =?UTF-8?q?=E5=88=97=E8=A1=A8=20=20#2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WeChat/User.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/WeChat/User.php b/WeChat/User.php index 742cd6f..c362ccd 100644 --- a/WeChat/User.php +++ b/WeChat/User.php @@ -87,6 +87,21 @@ class User extends BasicWeChat return $this->httpGetForJson($url); } + /** + * 获取标签下粉丝列表 + * @param integer $tagid 标签ID + * @param string $next_openid 第一个拉取的OPENID + * @return array + * @throws Exceptions\InvalidResponseException + * @throws Exceptions\LocalCacheException + */ + public function getUserListByTag($tagid, $next_openid = '') + { + $url = 'https://api.weixin.qq.com/cgi-bin/user/tag/get?access_token=ACCESS_TOKEN'; + $this->registerApi($url, __FUNCTION__, func_get_args()); + return $this->httpPostForJson($url, ['tagid' => $tagid, 'next_openid' => $next_openid]); + } + /** * 获取公众号的黑名单列表 * @param string $begin_openid