通过微信开发工具访问服务到达:redirect_uri的地址,将redirect_uri 拷贝出来转换后执行时可以到达access_token函数的。。。。
https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx6417e8cac9cea6bd&redirect_uri=https%3A%2F%2F24736g26e1.zicp.vip%2Fbmpt%2Fwxpatient%2Fweixin%2Faccess_token&response_type=code&scope=snsapi_base#wechat_redirect
问答
将redirect_uri 拷贝出来转换后执行时可以到达access_token,执行确报redirect_uri 错误
标签:
无
3 回复
ajaxcall.js:53 GET https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx6417e8cac9cea6bd&redirect_uri=https%3A%2F%2F24736g26e1.zicp.vip%2Fbmpt%2Fwxpatient%2Fweixin%2Faccess_token&response_type=code&scope=snsapi_base net::ERR_BLOCKED_BY_CLIENT
ajaxcall.js:53 GET https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx6417e8cac9cea6bd&redirect_uri=https%3A%2F%2F24736g26e1.zicp.vip%2Fbmpt%2Fwxpatient%2Fweixin%2Faccess_token&response_type=code&scope=snsapi_base net::ERR_BLOCKED_BY_CLIENT
function authorize(url){
ajaxcall.call(https+"wxpatient/authorize",{"url":url},function(data){
console.log(data);
window.location.href = data;
});
}
添加回复
请先登陆