开放平台-第三方平台-代小程序实现业务,获取缓存不正确?环境+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
1 回答
- 1 回答
- 0 关注
- 862 浏览
添加回答
举报
0/150
提交
取消