access_token: https://wx.aiportal.net/app/test/api https://wx.aiportal.net/app/test/api/new OAuth2: 首先关注测试号:微信测试号 然后用微信打开链接:https://wx.aiportal.net/app/test/auth/info?call=/echo 微信扫码支付: 微信公众号支付:(version 2.02) function pop_pay(config) { // 弹出微...
我用的环境 PHP 版本:7.2 overtrue/wechat 版本:4.0.23 是否使用了框架?框架名称:Laravel 问题及现象 因为公众号使用了统一管理的access token,所以无法配置app secret。 所以在初始化的时候: $app = Factory::officialAccount(config('wechat.official_account.xxx')
OAuth 肯定只能用 oauth 自己的 token 啊,另外 scope 必须要为 sns_userinfo 才能拿用户资料哦,否则只有 openid Author dm22933 commented Jun 4, 2017 是的 用的userinfo。但是看微信文档openid对公正号不是应该唯一么,并且不是所有的不可获取,部分是可以获取的,目前发现的事iphone可以,安卓的不行 Collaborator ...
WxMpOAuth2AccessToken wxMpOAuth2AccessToken = wxMpService.oauth2getAccessToken(code); 总是出现 "errcode":40163,"errmsg":"code been used”怎么处理 shonve closed this as completed Nov 10, 2017 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment...