FAITH
Results
2
issues of
FAITH
使用了TPwechat.class,php 载入缓存,但是依然提示获取access_token时AppSecret错误,或者access_token无效。如果注释掉 /** \* 重载获取缓存 \* @param string $cachename \* @return mixed */ protected function getCache($cachename){ return S($cachename); } 中的return S($cachename); 就正常了,求助
缓存过期后,谈就提醒,获取access_token时AppSecret错误,或者access_token无效" 这是要我自己在程序实现重载缓存么。他不会发现过期后自动重载么,