開放平臺-第三方平臺-代小程序?qū)崿F(xiàn)業(yè)務(wù),獲取緩存不正確?環(huán)境+laravel5.5 + redis我在env文件中設(shè)置了redis緩存,也通過查看緩存確定了緩存沒問題,在sdk的 EasyWeChatOpenPlatformAuth VerifyTicket 這個類的 getTicket() 函數(shù),$cached = $this->getCache()->get($this->getCacheKey()) 我感覺取的緩存是文件緩存,于是我改寫了sdk $cached = Cache::get($this->getCacheKey()) ,component_verify_ticket 就取到了,請問他問啥不能從redis中獲取的?原問題地址 https://yike.io/threads/14
添加回答
舉報
0/150
提交
取消