我的跟你的一样,莫名其妙,问了也白问,官方根本不搭理,感觉是腾讯的漏洞,我刚才进入小程序后台---账号设置---设置---基本设置---服务内容与声明---用户隐私保护指引(发现是红色)---去完善,根据指引设置一下就好了,我的这个“非微信官方网页”是好了,我的小程序:庆沣户外定制,你可以体验一下,没有那个拦截了。
域名在微信被拦截,需要帮忙解封,或有何更快途径尽快恢复?我的网域名www.jobosoft.top 之前是旧的服务器用于微点餐解释之用 今天早上被拦截,现在很多客户使用不了,电话打爆了,请帮忙解封 [图片]
07-06帮忙看看哦
云函数-支付504002错误Error: cloud.callFunction:fail Error: errCode: -504002 functions execute fail | errMsg: Error: appid和mch_id不匹配 这个如何解决
2024-03-06谢谢回复,这appid、secret2个肯定正确,然后js_code也正确换回了,用此3个参数和grant_type=authorization_code换access_token,我要使用其中的openid,就返回了上面的错误
授权code换取access_tokne和open_id提示invalid grant_type?地址: https://api.weixin.qq.com/sns/oauth2/access_token?appid=*&secret=*&code=*&grant_type=authorization_code; 返回信息: {errcode=40002.0, errmsg=invalid grant_type , rid: 65aa2cd5-0345a3f6-5c30965c}
2024-01-19我也是这个问题,你怎么解决的啊
网页授权接口oauth2/access_token一直报错40002是为什么?你好,我们调用网页授权接口【https://api.weixin.qq.com/sns/oauth2/access_token】,一直报错, {"errcode":40002,"errmsg":"invalid grant_type, rid: 6509796a-7773bfe1-1d60f7f1"}
2024-01-19网页授权通过code换取access_tokne和open_id提示invalid grant_type 访问地址 https://api.weixin.qq.com/sns/oauth2/access_token?appid=*&secret=*&code=*&grant_type=authorization_code; 返回信息:{errcode=40002.0, errmsg=invalid grant_type , rid: 65aa2cd5-0345a3f6-5c30965c}
网页授权通过code换取access_tokne和open_id提示invalid grant_ty获取到code后访问https://api.weixin.qq.com/sns/oauth2/access_token?appid=APPID&secret=SECRET&code=CODE&grant_type=authorization_code提示invalid grant_ty,appid和secret在实际访问的时候使用的自己的,这里已经换了 [图片]
2024-01-19