首页 > 微信 > 详细

微信网页授权获取code链接

时间:2015-10-27 17:06:10      阅读:323      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!