soundInterface

soundInterface

音箱设备专用统一入口

#请求参数

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

#接口调用示例

soundModule.soundInterface(param, () => {
    this.$alert("成功")
}, (error) => {
    this.$toast("失败")
})
posted on 2024-12-18 09:24  AtlasLapetos  阅读(11)  评论(0)    收藏  举报