Constants

API_BASE_URL_PREFIX

API_BASE_URL_PREFIX = 'https://api.weixin.qq.com'

API接口URL需要使用此前缀

API_URL_PREFIX

API_URL_PREFIX = 'https://api.weixin.qq.com/cgi-bin'

GET_TICKET_URL

GET_TICKET_URL = '/ticket/getticket?'

AUTH_URL

AUTH_URL = '/token?grant_type=client_credential&'

DEVICE_AUTHORIZE_DEVICE

DEVICE_AUTHORIZE_DEVICE = '/device/authorize_device?'

DEVICE_GETQRCODE

DEVICE_GETQRCODE = '/device/getqrcode?'

DEVICE_CREATE_QRCODE

DEVICE_CREATE_QRCODE = '/device/create_qrcode?'

DEVICE_GET_STAT

DEVICE_GET_STAT = '/device/get_stat?'

DEVICE_TRANSMSG

DEVICE_TRANSMSG = '/device/transmsg?'

DEVICE_COMPEL_UNBINDHTTPS

DEVICE_COMPEL_UNBINDHTTPS = '/device/compel_unbind?'

Properties

$token

$token : 

Type

$encodingAesKey

$encodingAesKey : 

Type

$encrypt_type

$encrypt_type : 

Type

$appid

$appid : 

Type

$appsecret

$appsecret : 

Type

$access_token

$access_token : 

Type

$postxml

$postxml : 

Type

$_msg

$_msg : 

Type

$errCode

$errCode : 

Type

$errMsg

$errMsg : 

Type

$config

$config : 

Type

$_retry

$_retry : 

Type

Methods

__construct()

__construct(array  $options = array()) 

构造方法

Parameters

array $options

getErrorCode()

getErrorCode() : integer

当前当前错误代码

Returns

integer

getError()

getError() : string

获取当前错误内容

Returns

string

getAppid()

getAppid() : string

获取当前操作公众号APPID

Returns

string

getConfig()

getConfig() : array

获取SDK配置参数

Returns

array

valid()

valid() : boolean

接口验证

Returns

boolean

getAccessToken()

getAccessToken(string  $appid = '', string  $appsecret = '', string  $token = '') : boolean|string

获取公众号访问 access_token

Parameters

string $appid

如在类初始化时已提供,则可为空

string $appsecret

如在类初始化时已提供,则可为空

string $token

手动指定access_token,非必要情况不建议用

Returns

boolean|string

resetAuth()

resetAuth(string  $appid = '') : boolean

删除验证数据

Parameters

string $appid

如在类初始化时已提供,则可为空

Returns

boolean

deviceCompelUnbindhttps()

deviceCompelUnbindhttps(  $data) : boolean|mixed

强制解绑用户和设备

Parameters

$data

Returns

boolean|mixed

transmsg()

transmsg(  $data) 

Parameters

$data

getQrcode()

getQrcode(  $product_id) 

Parameters

$product_id

deviceAuthorize()

deviceAuthorize(  $data) : boolean|mixed

设备授权

Parameters

$data

Returns

boolean|mixed

getDeviceQrcode()

getDeviceQrcode(  $data) : boolean|mixed

获取设备二维码

Parameters

$data

Returns

boolean|mixed

getDeviceStat()

getDeviceStat(  $device_id) : boolean|mixed

获取设备状态

Parameters

$device_id

Returns

boolean|mixed

checkRetry()

checkRetry(string  $method, array  $arguments = array()) : boolean|mixed

接口失败重试

Parameters

string $method

SDK方法名称

array $arguments

SDK方法参数

Returns

boolean|mixed

checkSignature()

checkSignature(string  $str = '') : boolean

验证来自微信服务器

Parameters

string $str

Returns

boolean