#40163

微信授权错误:"errcode":40163,"errmsg":"codebeenused

1.说是域名原因,目前未测试,没有正确的域名问题描述:在调用微信网页授权获取openid值时,先获取的code值,但是code值的接口会走两次回调。而code在6分钟内只能用一次,所以处出现code失效的问题,问题显示错误码:{‘errcode’:40029,’errmsg&rsqu...

小程序获取openid 出现null,{"errcode":40163,"errmsg":"code been used, hints: [ req_id: WNUzlA0105th41 ]"}

//根据微信提供的接口,请求得到openid和session_idpublicclassUserInfoUtils{  privateStringgetKeyURL="https://api.weixin.qq.com/sns/jscode2session?appid=%s&secret=%s&...

微信小程序请求openid错误码40163

通过wx.login({})方法获取到的code只能使用一次,如果需要在哎服务器端再次请求获取openid来进行校验,需要再次通过wx.login({})方法获取code否则会报错误代码40163,该code以被使用...