请求数据透传
// 请求数据透传 this.$bridge.requestDataTransmit({ url: 'https://example.com/api', method: 'POST', data: { key: 'value' } }).then(res => { console.log(res) })
← downloadFile http文件下载 sendHttpRequest 发送网络请求 →