wechat-php-sdk
wechat-php-sdk copied to clipboard
获取access_token时AppSecret错误,或者access_token无效
使用了TPwechat.class,php 载入缓存,但是依然提示获取access_token时AppSecret错误,或者access_token无效。如果注释掉 /** * 重载获取缓存 * @param string $cachename * @return mixed */ protected function getCache($cachename){ return S($cachename); }
中的return S($cachename); 就正常了,求助
Added a pullrequest to hack around this
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/"