https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/user-login/code2Session.htmlhttps//api.weixin.qq.com/sns/jscode2session
这个接口,成功返回的数据,为什么是长这样的,都没办法解析
<200,{"session_key":"evg8ZVelDl/Tc3mBnrZpEw==","openid":"oUvf16GRujXHGmJbR62jYOFsQ7vg"},[Connection:"keep-alive", Content-Type:"text/plain", Date:"Sat, 27 Jul 2024 08:23:51 GMT", Content-Length:"82"]>
这种稳定运营的接口,一般不会出这种问题的,建议检查你那边解析返回值的方法或者换种写法输出解析返回值。