Easywechat第三方平台出现Credential "component_verify_ticket" does not exist in cache

Song2033 次浏览0个评论2021年12月22日
EasyWeChat\Kernel\Exceptions\RuntimeException
Credential "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;没有合理保存或者其他环境获取不到component_verify_ticket

更多相关好文