GET
GET = 'get'
Class Session.
$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
lists(string $account) : \EasyWeChat\Support\Collection
List all sessions of $account.
string | $account |
waiters() : \EasyWeChat\Support\Collection
List all waiters of $account.
create(string $account, string $openId) : \EasyWeChat\Support\Collection
Create a session.
string | $account | |
string | $openId |
close(string $account, string $openId) : \EasyWeChat\Support\Collection
Close a session.
string | $account | |
string | $openId |
get(string $openId) : \EasyWeChat\Support\Collection
Get a session.
string | $openId |