開放平臺-第三方平臺-代小程序實現業務,獲取緩存不正確?環境+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 回答
- 0 關注
- 896 瀏覽
添加回答
舉報
0/150
提交
取消