"component_verify_ticket" does not exist in cache
这里也做过缓存了
$app = Factory::openPlatform(config('wechat.open_platform.default'));
$predis = app('redis')->connection()->client();
$cache = new RedisCache($predis);
$app->rebind('cache', $cache);
$this->server = $app;
能收到微信传过来的ticket 就是在缓存里找不到。