提交 cb80d752 编写于 作者: d-u-a's avatar d-u-a

fix: 某些场景下 request 总在超时后收到原生层回调

上级 9f72a807
......@@ -59,7 +59,7 @@ export function createRequestTaskById (requestTaskId, {
statusCode: 0,
errMsg: 'timeout'
})
}, timeout)
}, (timeout + 200))// TODO +200 发消息到原生层有时间开销,以后考虑由原生层回调超时
}
const options = {
method,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册