调用微信静默授权接口
window.location.href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=" + appId + "&redirect_uri=" + encodeURIComponent(configApi.config.api+"live/webSilenceAuth?eventId=" + eventId +'&utm_source=' + utm_source + "&targetUrl=" + encodeURIComponent(localUrl)) +"&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect";
传递appid给微信,redirect_uri是授权后重定向的回调链接地址, 请使用encodeURIComponent解码对链接进行处理。
这里的redirect_uri是向后台请求接口,并且把我想要传递给后台的参数都传过去。然后后台再返回东西给前端。
scope=snsapi_base是静默授权
相关推荐
zonehh 2019-06-30
znbvx 2020-11-13
cdkey 2020-04-27
Roka 2020-02-01
owilson 2019-12-25
Roka 2019-12-06
onandonandon 2019-11-17
浪味仙 2019-10-21
Alanxz 2019-06-08
laishaojiang 2019-06-08
bailangriver 2019-07-01
zheglei 2016-01-14
歆萌 2019-06-27
jieq 2019-06-27
zheglei 2014-03-14
Bierante 2019-06-26