开放平台-第三方平台-代小程序实现业务,获取缓存不正确?

开放平台-第三方平台-代小程序实现业务,获取缓存不正确?
环境+laravel5.5 + redis

我在env文件中设置了redis缓存,也通过查看缓存确定了缓存没问题,在sdk的 EasyWeChatOpenPlatformAuth VerifyTicket 这个类的 getTicket() 函数,$cached = $this->getCache()->get($this->getCacheKey()) 我感觉取的缓存是文件缓存,于是我改写了sdk $cached = Cache::get($this->getCacheKey()) ,component_verify_ticket 就取到了,请问他问啥不能从redis中获取的?
原问题地址 https://yike.io/threads/14


烙印99
浏览 820回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP