wechat-php-sdk icon indicating copy to clipboard operation
wechat-php-sdk copied to clipboard

获取access_token时AppSecret错误,或者access_token无效

Open dingjia opened this issue 9 years ago • 3 comments

使用了TPwechat.class,php 载入缓存,但是依然提示获取access_token时AppSecret错误,或者access_token无效。如果注释掉 /** * 重载获取缓存 * @param string $cachename * @return mixed */ protected function getCache($cachename){ return S($cachename); }

中的return S($cachename); 就正常了,求助

dingjia avatar Feb 25 '16 07:02 dingjia

Added a pullrequest to hack around this

auduny avatar Sep 13 '23 09:09 auduny

Instead of changing the import URI I worked around this limitation by configuring git this way

git config --global url."[email protected]:".insteadof "https://github.ourenterprise.com/"

luishernandezv avatar Dec 15 '23 03:12 luishernandezv