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
3、通过服务器地址访问很慢,有时还会无响应, 域名地址 "https://test-wxmc.topsec.com.cn
经过分析,请求已正常发出,而平台接口未有响应
将此地址的参数拼接正确 https://api.weixin.qq.com/sns/jscode2session?appid=APPID&secret=SECRET&js_code=JSCODE&grant_type=authorization_code
然后用浏览器访问试下,如果浏览器访问很快,那就是你服务器请求问题
我在服务器和浏览器实际测试都很快的