Scope 参数错误或没有 Scope 权限?
服务号是认证过的,业务域名也填写了,但是调用扫码支付后一直显示 Scope 参数错误或没有 Scope 权限
appid是wx6cc4139940888773
服务端请求https://open.weixin.qq.com/connect/qrconnect?这个接口和
js请求 var obj = new WxLogin({
id:"login_container",
appid: "wx6cc4139940888773",
scope: "snsapi_login",
redirect_uri: encodeURIComponent("https://" + window.location.host + "/wlogin.html"),
state: Math.ceil(Math.random()*1000),
style: "black",
href: "" });
都返回的是同样的提示