NutzCN Logo
问答 将redirect_uri 拷贝出来转换后执行时可以到达access_token,执行确报redirect_uri 错误
发布于 1786天前 作者 qq_6d75074b 1354 次浏览 复制 上一个帖子 下一个帖子
标签:

通过微信开发工具访问服务到达: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

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;
	});
}

自己找到原因,谢谢各位!

添加回复
请先登陆
回到顶部