码迷,mamicode.com
首页 > 微信 > 详细

微信网页授权获取code链接

时间:2015-10-27 17:06:49      阅读:301      评论:0      收藏:0      [点我收藏+]

标签:

本公众号授权

"https://open.weixin.qq.com/connect/oauth2/authorize?appid="
+ appid
+ "&redirect_uri="
+ redirect_uri
+ "&response_type=code&scope=snsapi_base#wechat_redirect";

第三方授权(open.weixin.qq.com)

 

"https://open.weixin.qq.com/connect/oauth2/authorize?appid="
                        + appid
                        + "&redirect_uri="
                        + redirect_uri
                        + "&scope=snsapi_base&response_type=code&state=STATE&component_appid="+componentAppId+"#wechat_redirect"; 

 

微信网页授权获取code链接

标签:

原文地址:http://www.cnblogs.com/dashuai01/p/4914538.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!