如题,怎么都试了,还是非法域名,微信认证也没有过期
// 一次性订阅
function dingyue(){
var tempid = 'RaJZo6nJ1q_nLjJvzjtlxBZ-pKbWpssddVcScjKPn_E'
var redirectUri1 = encodeURIComponent('http://sjz.hbzwfw.gov.cn/hbpjfxgl/cs/index.html');
window.location.href = `https://mp.weixin.qq.com/mp/subscribemsg?action=get_confirm&appid=${appid}&scene=1000&template_id=${tempid}&redirect_url=${redirectUri1}&reserved=test#wechat_redirect`
}
你好,redirect_url=${redirectUri1}&reserved=test#wechat_redirect`
}
你填域名呀,不要用示例
var redirectUri1 = encodeURIComponent('http://sjz.hbzwfw.gov.cn/hbpjfxgl');
var redirectUri1 = encodeURIComponent('sjz.hbzwfw.gov.cn/hbpjfxgl');
楼主有结果了吗?同问
来来来,看这里!
网页授权跳转链接里的重定向参数名为redirect_uri,注意最后一个字母是 i
订阅授权跳转链接里的重定向参数名为redirect_url,注意最后一个字母是 l
微信总是喜欢在这些地方埋点坑!
谢邀,业务域名只是域名信息,尝试去掉 / 以及后面的试下
谢邀