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

Song1880 次浏览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

提交评论

请登录后评论

用户评论

    当前暂无评价,快来发表您的观点吧...

更多相关好文