checkAuthorizeXMLY 查看喜马拉雅授权状态
摘要:checkAuthorizeXMLY 查看喜马拉雅授权状态 #请求参数 Prop Type Required Default Description param Object Y {} 属性: skillId: platformId: 请求参数 #接口调用示例 soundModule.checkAu
阅读全文
posted @
2024-12-18 09:24
AtlasLapetos
阅读(4)
推荐(0) 编辑
queryQQStatus
摘要:queryQQStatus 查询QQ登录状态 #请求参数 Prop Type Required Default Description param Object Y {} 请求参数 #接口调用示例 soundModule.queryQQStatus(param, (resp) => { this.$
阅读全文
posted @
2024-12-18 09:24
AtlasLapetos
阅读(8)
推荐(0) 编辑
loginQQ
摘要:loginQQ QQ登录 需要客户端自己处理 #请求参数 Prop Type Required Default Description param Object Y {} 属性: skillId: platformId: 请求参数 #接口调用示例 soundModule.loginQQ(param,
阅读全文
posted @
2024-12-18 09:24
AtlasLapetos
阅读(6)
推荐(0) 编辑
getSkillDetail 获取技能详情
摘要:getSkillDetail 获取技能详情 参数描述: Prop Type Required Default Description param Object Y {} 属性: skillId: skillType: productId: skillVersion: 请求参数 #接口调用示例 sou
阅读全文
posted @
2024-12-18 09:24
AtlasLapetos
阅读(8)
推荐(0) 编辑
getSkillsList 获取技能列表
摘要:getSkillsList 获取技能列表 #请求参数 Prop Type Required Default Description param Object Y {} 请求参数 #接口调用示例 soundModule.getSkillsList(param, (resp) => { this.$al
阅读全文
posted @
2024-12-18 09:24
AtlasLapetos
阅读(7)
推荐(0) 编辑
getDeviceInfo 通过设备sn获取设备信息状态
摘要:getDeviceInfo 通过设备sn获取设备信息状态 需要客户端自己处理 #请求参数 Prop Type Required Default Description sn String Y N/A 设备sn #接口调用示例 soundModule.getDeviceInfo(param, (res
阅读全文
posted @
2024-12-18 09:24
AtlasLapetos
阅读(12)
推荐(0) 编辑
getDeviceStatus
摘要:getDeviceStatus 获取设备在线状态的接口 #接口调用示例 soundModule.getDeviceStatus(param, (resp) => { this.$alert("成功") }, (error) => { this.$toast("失败") }) #请求参数 Prop T
阅读全文
posted @
2024-12-18 09:24
AtlasLapetos
阅读(6)
推荐(0) 编辑
soundInterface
摘要:soundInterface 音箱设备专用统一入口 #请求参数 Prop Type Required Default Description operation String Y N/A 方法名字 param Object Y {} 请求参数 #接口调用示例 soundModule.soundInt
阅读全文
posted @
2024-12-18 09:24
AtlasLapetos
阅读(6)
推荐(0) 编辑
介绍.
摘要:音箱专用接口 音箱专用接口是一个适用于各类各类音箱的专用接口,试一个单独的模块,使用时需要引入soundModule模块,const soundModule = weex.requireModule("soundModule"); #接口调用示例 // 引入soundModule模块 const s
阅读全文
posted @
2024-12-18 09:24
AtlasLapetos
阅读(6)
推荐(0) 编辑