authQQMusicAccount 授权QQ音乐账户
摘要:authQQMusicAccount 授权QQ音乐账户 #接口调用示例 let params = { "dsn": "" } this.$bridge .authQQMusicAccount(params) .then(res => { this.$alert(res) }) .catch(err
阅读全文
posted @
2024-12-18 09:22
AtlasLapetos
阅读(2)
推荐(0) 编辑
authQQMusicDevice 指定设备需要授权绑定DMSDK
摘要:authQQMusicDevice 指定设备需要授权绑定DMSDK #接口调用示例 let params = { "sig": "", "dsn": "", "authReqInfo": "" } this.$bridge .authQQMusicDevice(params) .then(res =
阅读全文
posted @
2024-12-18 09:22
AtlasLapetos
阅读(3)
推荐(0) 编辑
interfaceForThirdParty 提供给Weex前端页面调用插件第三方SDK接口
摘要:interfaceForThirdParty 提供给Weex前端页面调用插件第三方SDK接口,DolphinWeex通道接口现在只做传递 #请求参数 Prop Type Required Default Description param Object Y {} 属性: messageType: m
阅读全文
posted @
2024-12-18 09:22
AtlasLapetos
阅读(2)
推荐(0) 编辑