# downloadSingleFile 下载文件

# Attributes

属性 类型 必要 默认值 说明
download_url String Y - -

# 调用示例

window.bridge.downloadSingleFile({
    download_url: 'http://xxxx'
}, res => {
    console.log(res)
})

# callback

属性 类型 必要 默认值 说明

# 接口返回示例

{}