API_GET
API_GET = 'https://api.weixin.qq.com/cgi-bin/media/get'
Class Temporary.
$http : \EasyWeChat\Core\Http
Http instance.
$accessToken : \EasyWeChat\Core\AccessToken
The request token.
upload(string $type, string $path) : \EasyWeChat\Support\Collection
Upload temporary material.
| string | $type | |
| string | $path | 
uploadImage(  $path) : \EasyWeChat\Support\Collection
                Upload image.
| $path | 
uploadVideo(  $path) : \EasyWeChat\Support\Collection
                Upload video.
| $path | 
uploadVoice(  $path) : \EasyWeChat\Support\Collection
                Upload voice.
| $path | 
uploadThumb(  $path) : \EasyWeChat\Support\Collection
                Upload thumb.
| $path | 
__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