文章分类 -  MeiOS

1 2 3 4 5 ··· 16 下一页
showSharePanel 打开分享界面(Promise返回)
摘要:showSharePanel ^6.8 打开分享界面(Promise返回),微信,朋友圈,qq或者更多 #请求参数 Prop Type Default Comment link String N/A 分享链接 imgUrl String N/A 分享图标 pic String N/A 分享图标-- 阅读全文
posted @ 2024-12-19 09:24 AtlasLapetos 阅读(20) 评论(0) 推荐(0)
sharePeerToPeer 点对点分享到第三方平台
摘要:sharePeerToPeer ^6.8 点对点分享到第三方平台 #请求参数 Prop Type Default Comment title String N/A 标题 link String N/A 分享链接 platformType String N/A 默认微信会话,'wx'微信会话,'wxT 阅读全文
posted @ 2024-12-19 09:24 AtlasLapetos 阅读(19) 评论(0) 推荐(0)
shareCustomPanel 自定义分享
摘要:shareCustomPanel ^6.8 自定义分享 #请求参数 Prop Type Default Comment imgBase64 String N/A 分享的图片base64 liteInfo Object N/A (^6.3.0) 小程序的分享信息,不为空时表示以小程序的形式分享到微信好 阅读全文
posted @ 2024-12-19 09:24 AtlasLapetos 阅读(36) 评论(0) 推荐(0)
inviteFamily 邀请家庭
摘要:inviteFamily ^6.8 邀请家庭 #请求参数 Prop Type Default Comment userName String N/A 用户名 withShareTicket String N/A path String N/A 路径 hdImageData String N/A ti 阅读全文
posted @ 2024-12-19 09:24 AtlasLapetos 阅读(16) 评论(0) 推荐(0)
checkInstalledThirdPlatform 是否安装第三方平台,QQ,微信,微博
摘要:checkInstalledThirdPlatform ^6.8 是否安装第三方平台,QQ,微信,微博 #请求参数 Prop Type Default Comment platform String N/A wx"微信,"qq","weibo"微博 testFlight String N/A iOS 阅读全文
posted @ 2024-12-19 09:24 AtlasLapetos 阅读(19) 评论(0) 推荐(0)
deleteGlobalAppCache
摘要:deleteGlobalAppCache^8.0 删除指定键指定存储类型的全局缓存(数据共享权限范围:app内) #请求参数 Prop Type Default Comment keys Array ['key1','key2',...] 需要获取的键值数组或者list,必传参数 说明: 不建议使用 阅读全文
posted @ 2024-12-19 09:24 AtlasLapetos 阅读(14) 评论(0) 推荐(0)
getGlobalAppCache
摘要:getGlobalAppCache^8.0 获取指定键全局缓存,先从内存中获取,如果没有则从磁盘中获取,如果都没有则返回空(数据共享权限范围:app内) #请求参数 Prop Type Default Comment keys Array ['key1','key2',...] 指定缓存数据的键 说 阅读全文
posted @ 2024-12-19 09:24 AtlasLapetos 阅读(15) 评论(0) 推荐(0)
setGlobalAppCache
摘要:setGlobalAppCache^8.0 设置指定键的全局缓存,可以设置到内存中,还可以内存和磁盘中都保存(数据共享权限范围:app内) #请求参数 Prop Type Default Comment type String 0/1 必传参数,0:内存缓存 1:内存和磁盘缓存 params Obj 阅读全文
posted @ 2024-12-19 09:24 AtlasLapetos 阅读(9) 评论(0) 推荐(0)
deleteMiniAppCache
摘要:deleteMiniAppCache^8.0 当前插件删除指定key值指定存储类型的缓存数据(支持weex插件和H5插件,只在插件内共享数据) #请求参数 Prop Type Default Comment keys Array ['key1','key2',...] 需要获取的键值数组或者list 阅读全文
posted @ 2024-12-19 09:24 AtlasLapetos 阅读(17) 评论(0) 推荐(0)
getMiniAppCache
摘要:getMiniAppCache^8.0 获取当前插件指定键的局部缓存数据(支持weex插件和H5插件,需要插件中有profile.json文件,并且有moduleCode,只在插件内共享数据) #请求参数 Prop Type Default Comment keys Array ['key1','k 阅读全文
posted @ 2024-12-19 09:24 AtlasLapetos 阅读(14) 评论(0) 推荐(0)
setMiniAppCache
摘要:setMiniAppCache^8.0 设置当前插件的内存缓存和磁盘缓存(支持weex插件和H5插件,需要插件中有profile.json文件,并且有moduleCode,只在插件内共享数据) #请求参数 Prop Type Default Comment type String 0/1 必传参数, 阅读全文
posted @ 2024-12-19 09:23 AtlasLapetos 阅读(11) 评论(0) 推荐(0)
previewRes 查看图片视频资源
摘要:previewRes 查看图片视频资源 #请求参数 Prop Type Required Default Description param Object Y {}附表1 请求参数 附表1:param参数 Prop Type Required Default Description data Arr 阅读全文
posted @ 2024-12-18 09:26 AtlasLapetos 阅读(15) 评论(0) 推荐(0)
chooseRes 选择图片视频
摘要:chooseRes 选择图片视频 #请求参数 Prop Type Required Default Description param Object Y {} 属性: sn: 请求参数 #接口调用示例 soundModule.chooseRes(param, (resp) => { this.$al 阅读全文
posted @ 2024-12-18 09:26 AtlasLapetos 阅读(11) 评论(0) 推荐(0)
takeScreen 拍摄(照片或者视频)
摘要:takeScreen 拍摄(照片或者视频) #请求参数 Prop Type Required Default Description param Object Y {} 属性: sn: duration: 请求参数 #接口调用示例 soundModule.takeScreen(param, (res 阅读全文
posted @ 2024-12-18 09:26 AtlasLapetos 阅读(35) 评论(0) 推荐(0)
stopAudio 停止播放音频
摘要:stopAudio 停止播放音频 参数描述: Prop Type Required Default Description param Object Y {} 请求参数 #接口调用示例 soundModule.stopAudio(param, (resp) => { this.$alert("成功" 阅读全文
posted @ 2024-12-18 09:26 AtlasLapetos 阅读(28) 评论(0) 推荐(0)
playAudio ss播放音频
摘要:playAudio ss播放音频 #请求参数 Prop Type Required Default Description param Object Y {} 属性: url: 请求参数 #接口调用示例 soundModule.playAudio(param, (resp) => { this.$a 阅读全文
posted @ 2024-12-18 09:26 AtlasLapetos 阅读(15) 评论(0) 推荐(0)
stopRecord 停止录音
摘要:stopRecord 停止录音 参数描述: Prop Type Required Default Description param Object Y {} 请求参数 #接口调用示例 soundModule.stopRecord(param, (resp) => { this.$alert("成功" 阅读全文
posted @ 2024-12-18 09:26 AtlasLapetos 阅读(70) 评论(0) 推荐(0)
startRecord 开始录音
摘要:startRecord 开始录音 #请求参数 Prop Type Required Default Description param Object Y {} 请求参数 #接口调用示例 soundModule.startRecord(param, (resp) => { this.$alert("成 阅读全文
posted @ 2024-12-18 09:26 AtlasLapetos 阅读(29) 评论(0) 推荐(0)
getFiles 获取文件互传列表
摘要:getFiles 获取文件互传列表 #请求参数 Prop Type Required Default Description param Object Y {} 属性: sn: lastEndId:{ Type: String, Default: 0, Description: 最后一条记录的id( 阅读全文
posted @ 2024-12-18 09:26 AtlasLapetos 阅读(17) 评论(0) 推荐(0)
sendFile 发送文件
摘要:sendFile 发送文件 参数描述: Prop Type Required Default Description param Object Y {} 属性: sn: filePath: fileName: fileType:{ Type: Number, Default: N/A, Descri 阅读全文
posted @ 2024-12-18 09:26 AtlasLapetos 阅读(23) 评论(0) 推荐(0)

1 2 3 4 5 ··· 16 下一页