easywechat 的第三方平台的 Credential "component_verify_ticket" does not exist in cache 错误?
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;
请问你是怎么解决的 :joy:
请问这个有人解决了吗?
我的问题是这样的的,我两台机器,在其中一台服务器上可以,一台就不行,使用了 php artisan config:clear 执行后还是不行,一样的代码 :joy: