GET
GET = 'get'
Class Group.
$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 |
| null
add(string $name) : \EasyWeChat\Support\Collection
Add device group.
string | $name |
update(integer $groupId, string $name) : \EasyWeChat\Support\Collection
Update a device group name.
integer | $groupId | |
string | $name |
delete(integer $groupId) : \EasyWeChat\Support\Collection
Delete device group.
integer | $groupId |
lists(integer $begin, integer $count) : \EasyWeChat\Support\Collection
List all device groups.
integer | $begin | |
integer | $count |
getDetails(integer $groupId, integer $begin, integer $count) : \EasyWeChat\Support\Collection
Get details of a device group.
integer | $groupId | |
integer | $begin | |
integer | $count |
addDevice(integer $groupId, array $deviceIdentifiers) : \EasyWeChat\Support\Collection
Add one or more devices to a device group.
integer | $groupId | |
array | $deviceIdentifiers |
removeDevice(integer $groupId, array $deviceIdentifiers) : \EasyWeChat\Support\Collection
Remove one or more devices from a device group.
integer | $groupId | |
array | $deviceIdentifiers |