soundInterface
soundInterface
音箱设备专用统一入口
#请求参数
Prop | Type | Required | Default | Description |
---|---|---|---|---|
operation |
String |
Y |
N/A |
方法名字 |
param |
Object |
Y |
{} |
请求参数 |
#接口调用示例
soundModule.soundInterface(param, () => {
this.$alert("成功")
}, (error) => {
this.$toast("失败")
})