https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html
调用 https://api.weixin.qq.com/sns/oauth2/access_token?appid=APPID&secret=SECRET&code=CODE&grant_type=authorization_code 这个接口,第一次返回正常结果。紧接着调用此接口,报错 {"errcode":40163,"errmsg":"code been used, rid: 62bae58d-5bf58b34-5f8e035e"}。需要等数分钟后才能再次成功调用。
同个code只用用一次,不能用两次
code 被消费过了