var token = res.header["Authorization"];
console.log('response header token: '+typeof token)
这段代码打印出的token类型在所有用户的手机上都是String,但是在两名用户的苹果手机iPhoneX上是object,可重现。
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | request.onHeaderReceived | 微信iOS客户端 | 最新版 | 7.0.15 |
1 个回答
麻烦并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。