getBlackList() getBlackList(string $begin_openid = '') : mixed 获取公众号的黑名单列表 Parameters string $begin_openid Returns mixed
batchBlackList() batchBlackList(array $opened_list) : mixed 拉黑用户 Parameters array $opened_list Returns mixed
batchUnBlackList() batchUnBlackList(array $opened_list) : mixed 取消拉黑用户 Parameters array $opened_list Returns mixed
setAccessToken() setAccessToken(boolean $force = false) 设置access_token Parameters boolean $force 是否强制刷新access_token Throws \Exception
get() get(array|mixed $response) : array 根据微信服务器返回信息,验证是否发生错误 如果有错误时根据errcode值返回具体错误内容 Parameters array|mixed $response Returns array
setRemark() setRemark(string $openid, string $remark) : array 设置备注名称 Parameters string $openid 用户微信号 string $remark 用户备注名称 Returns array