Constants

GET

GET = 'get'

POST

POST = 'post'

JSON

JSON = 'json'

API_DEVICE_BINDPAGE

API_DEVICE_BINDPAGE = 'https://api.weixin.qq.com/shakearound/device/bindpage'

Properties

$maxRetries

$maxRetries : integer

Type

integer

Methods

setHttp()

setHttp(\EasyWeChat\Core\Http  $http) : $this

Set the http instance.

Parameters

\EasyWeChat\Core\Http $http

Returns

$this

setAccessToken()

setAccessToken(\EasyWeChat\Core\AccessToken  $accessToken) : $this

Set the request token.

Parameters

\EasyWeChat\Core\AccessToken $accessToken

Returns

$this

maxRetries()

maxRetries(integer  $retries) 

Parameters

integer $retries

parseJSON()

parseJSON(string  $method, array  $args) : \EasyWeChat\Support\Collection

Parse JSON from response and check error.

Parameters

string $method
array $args

Returns

\EasyWeChat\Support\Collection

bindPage()

bindPage(array  $deviceIdentifier, array  $pageIds) : \EasyWeChat\Support\Collection

Bind pages for device.

Parameters

array $deviceIdentifier
array $pageIds

Returns

\EasyWeChat\Support\Collection

getPageByDeviceId()

getPageByDeviceId(array  $deviceIdentifier, boolean  $raw = false) : array|\EasyWeChat\Support\Collection

Get pageIds by deviceId.

Parameters

array $deviceIdentifier
boolean $raw

Returns

array|\EasyWeChat\Support\Collection

getDeviceByPageId()

getDeviceByPageId(integer  $pageId, integer  $begin, integer  $count) : \EasyWeChat\Support\Collection

Get devices by pageId.

Parameters

integer $pageId
integer $begin
integer $count

Returns

\EasyWeChat\Support\Collection

registerHttpMiddlewares()

registerHttpMiddlewares() 

Register Guzzle middlewares.

accessTokenMiddleware()

accessTokenMiddleware() : \Closure

Attache access token to request query.

Returns

\Closure

logMiddleware()

logMiddleware() : \Closure

Log the request.

Returns

\Closure

retryMiddleware()

retryMiddleware() : \Closure

Return retry middleware.

Returns

\Closure

checkAndThrow()

checkAndThrow(array  $contents) 

Check the array data errors, and Throw exception when the contents contains error.

Parameters

array $contents

Throws

\EasyWeChat\Core\Exceptions\HttpException