__construct() __construct(string $access_token = "", string $openid = "") : object _construct 构造方法 Parameters string $access_token access_token value string $openid openid value Returns object — QC
__call() __call(string $name, array $arg) : array _call 魔术方法,做api调用转发 Parameters string $name 调用的方法名称 array $arg 参数列表数组 Returns array — 返加调用结果数组
get_access_token() get_access_token() : string get_access_token 获得access_token Returns string — 返加access_token
_applyAPI() _applyAPI(mixed $arr, mixed $argsList, mixed $baseUrl, mixed $method) : mixed Parameters mixed $arr mixed $argsList mixed $baseUrl mixed $method Returns mixed —