set() set(array $user) : boolean 增加或更新粉丝信息 Parameters array $user Throws \think\Exception \think\exception\PDOException Returns boolean
get() get(string $openid) : array 获取粉丝信息 Parameters string $openid Throws \think\Exception \think\exception\PDOException Returns array
sync() sync(string $next_openid = '') : boolean 同步所有粉丝记录 Parameters string $next_openid Throws \WeChat\Exceptions\InvalidResponseException \WeChat\Exceptions\LocalCacheException \think\Exception \think\exception\PDOException Returns boolean
syncBlack() syncBlack(string $next_openid = '') : boolean 同步获取黑名单信息 Parameters string $next_openid Throws \WeChat\Exceptions\InvalidResponseException \WeChat\Exceptions\LocalCacheException \think\Exception \think\exception\PDOException Returns boolean