# soundInterface

音箱设备专用统一入口

# 请求参数

Prop Type Required Default Description
operation String Y N/A 方法名字
param Object Y {} 请求参数

# 接口调用示例

soundModule.soundInterface(param, () => {
    this.$alert("成功")
}, (error) => {
    this.$toast("失败")
})
1
2
3
4
5
Last Updated: 10/26/2020, 3:47:36 PM