We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
想要获取全局的access_token, 不是网页授权的access_token,没找到相关接口,请问如何才能获取,谢谢
The text was updated successfully, but these errors were encountered:
https://github.com/overtrue/wechat/blob/2.1/src/Wechat/AccessToken.php
Sorry, something went wrong.
不好意思,不是很明白,能否给下具体代码,我用laravel的,我看到里面有getToken()方法,但好像这样会重新生成access token而不是之前缓存着的token,如何才能获取到之前全局缓存的token?
类都给你了怎么不会用?你不会PHP?
明白了,这样可以
with(new AccessToken($appid,$appsecret))->getToken()
谢谢啦
No branches or pull requests
想要获取全局的access_token, 不是网页授权的access_token,没找到相关接口,请问如何才能获取,谢谢
The text was updated successfully, but these errors were encountered: