文章分类 -  MeiOS / ThirdParty第三方

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 阅读(14) 评论(0) 推荐(0)
authQQMusicDevice 指定设备需要授权绑定DMSDK
摘要:authQQMusicDevice 指定设备需要授权绑定DMSDK #接口调用示例 let params = { "sig": "", "dsn": "", "authReqInfo": "" } this.$bridge .authQQMusicDevice(params) .then(res = 阅读全文
posted @ 2024-12-18 09:22 AtlasLapetos 阅读(16) 评论(0) 推荐(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 阅读(10) 评论(0) 推荐(0)