# downLoadInteractionFile

下载交互文件

# 接口调用示例

this.$bridge.downLoadInteractionFile(params)
    .then(res => {
        console.log(res)
    })
1
2
3
4