GET
GET = 'get'
Class Tag.
$http : \EasyWeChat\Core\Http
Http instance.
$accessToken : \EasyWeChat\Core\AccessToken
The request token.
__construct(\EasyWeChat\Core\AccessToken $accessToken)
Constructor.
\EasyWeChat\Core\AccessToken | $accessToken |
getHttp() : \EasyWeChat\Core\Http
Return the http instance.
setHttp(\EasyWeChat\Core\Http $http) : $this
Set the http instance.
\EasyWeChat\Core\Http | $http |
getAccessToken() : \EasyWeChat\Core\AccessToken
Return the current accessToken.
setAccessToken(\EasyWeChat\Core\AccessToken $accessToken) : $this
Set the request token.
\EasyWeChat\Core\AccessToken | $accessToken |
parseJSON(string $method, array $args) : \EasyWeChat\Support\Collection
Parse JSON from response and check error.
string | $method | |
array | $args |
create(string $name) : \EasyWeChat\Support\Collection
Create tag.
string | $name |
lists() : \EasyWeChat\Support\Collection
List all tags.
update(integer $tagId, string $name) : \EasyWeChat\Support\Collection
Update a tag name.
integer | $tagId | |
string | $name |
delete(integer $tagId) : \EasyWeChat\Support\Collection
Delete tag.
integer | $tagId |
userTags(string $openId) : \EasyWeChat\Support\Collection
Get user tags.
string | $openId |
usersOfTag(string $tagId, string $nextOpenId = '') : \EasyWeChat\Support\Collection
Get users from a tag.
string | $tagId | |
string | $nextOpenId |
batchTagUsers(array $openIds, integer $tagId) : \EasyWeChat\Support\Collection
Batch tag users.
array | $openIds | |
integer | $tagId |
batchUntagUsers(array $openIds, integer $tagId) : \EasyWeChat\Support\Collection
Untag users from a tag.
array | $openIds | |
integer | $tagId |