收藏
回答

HTTPS 请求基于code凭证获取openid,请求后无回应,请求多次,偶尔一次才能成功什么原因?

AppID
wx00bfffd321cff5ab

https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/user-login/code2Session.html

1、小程序调用wx.login登录后,获取接口调用凭证

https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=${appid}&secret=${secret}

2、获取openId

https://api.weixin.qq.com/sns/jscode2session?appid=APPID&secret=SECRET&js_code=JSCODE&grant_type=authorization_code 

3、通过服务器地址访问很慢,有时还会无响应, 域名地址 "https://test-wxmc.topsec.com.cn

经过分析,请求已正常发出,而平台接口未有响应

回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容