帮忙看看哦
云函数-支付504002错误Error: cloud.callFunction:fail Error: errCode: -504002 functions execute fail | errMsg: Error: appid和mch_id不匹配 这个如何解决
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}
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"}
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在实际访问的时候使用的自己的,这里已经换了 [图片]
01-19