摘要: 首先打开OAuth 配置;确定Scopes是snsapi_base还是snsapi_userinfo? 然后可通过 $wechat = app('wechat');$oauth = $wechat->oauth;$wechat_user = $oauth->user();实例来获取用户信息;从中拿去 阅读全文
posted @ 2017-02-13 18:39 够了、因你而在 阅读(1025) 评论(0) 推荐(0)