resetCookie 删除所有的cookie
摘要:resetCookie ^6.8 删除所有的cookie #请求参数 Prop Type Default Comment urls Array N/A #接口调用示例 const params = { urls: ['http://baidu.com'], } this.$bridge .reset
阅读全文
posted @
2024-12-17 09:32
AtlasLapetos
阅读(4)
推荐(0) 编辑
uploadLocalFile 通用上传本地文件
摘要:uploadLocalFile ^7.8 通用上传本地文件 #请求参数 Prop Type Default Comment domain String N/A 服务器domain path String N/A 服务器path filePath String N/A 要上传文件资源的路径 (本地相对
阅读全文
posted @
2024-12-17 09:32
AtlasLapetos
阅读(12)
推荐(0) 编辑
uploadImgFileToMas 图片上传接口
摘要:uploadImgFileToMas ^5.2.0 图片上传接口,走Mas网络,需要app端在参数中添加通用参数 #请求参数 Prop Type Required Default Description param Object Y {}附表1 请求参数 附表1:param参数 Prop Type
阅读全文
posted @
2024-12-17 09:32
AtlasLapetos
阅读(24)
推荐(0) 编辑
uploadImgFile 上传图片文件
摘要:uploadImgFile ^5.0.0 上传图片文件,调用一次,上传一份图片文件 #请求参数 Prop Type Required Default Description param Object Y {}附表1 请求参数 附表1:param参数 Prop Type Required Defaul
阅读全文
posted @
2024-12-17 09:32
AtlasLapetos
阅读(5)
推荐(0) 编辑
startCmdProcess weex发送十六进制指令控制家电或查询家电状态
摘要:startCmdProcess 推荐使用sendLuaRequest(Lua控制)代替此接口做设备控制/查询 weex发送十六进制指令控制家电或查询家电状态 #请求参数 Prop Type Required Default Description param Object Y {} 属性: mess
阅读全文
posted @
2024-12-17 09:32
AtlasLapetos
阅读(3)
推荐(0) 编辑
sendLuaRequest 通过 LUA 查询或控制设备状态
摘要:sendLuaRequest ^5.1.2 通过 LUA 查询或控制设备状态 #请求参数 Prop Type Required Default Description options Object Y {} 属性: params: operation:{ Type: String, Default:
阅读全文
posted @
2024-12-17 09:32
AtlasLapetos
阅读(14)
推荐(0) 编辑
sendHttpRequest weex 发送网络请求
摘要:sendHttpRequest ^5.1.2 weex 发送网络请求 #请求参数 Prop Type Required Default Description options Object Y {} 请求参数 #接口调用示例 this.$bridge .sendHttpRequest(params)
阅读全文
posted @
2024-12-17 09:32
AtlasLapetos
阅读(5)
推荐(0) 编辑
requestDataTransmit 服务透传接口
摘要:requestDataTransmit ^5.1.0 服务透传接口。提供给插件发送请求至事业部的品类服务器。此接口美居APP会将请求内容加密,然后发送给“云平台”进行中转发送至事业部品类服务器。 #请求参数 Prop Type Required Default Description param O
阅读全文
posted @
2024-12-17 09:32
AtlasLapetos
阅读(3)
推荐(0) 编辑
downloadFile http文件下载
摘要:downloadFile ^6.8 http文件下载 #请求参数 Prop Type Value Comment url String - 需要下载的文件网络地址 header Object - headHTTP 请求的 Header,Header 中不能设置 Refererer配置 timeout
阅读全文
posted @
2024-12-17 09:32
AtlasLapetos
阅读(6)
推荐(0) 编辑
uploadFile http文件上传
摘要:uploadFile ^6.8 http文件上传 #请求参数 Prop Type Value Comment url String - 服务器地址 filePath Object - 要上传文件资源的路径 (本地相对路径) name Number - 文件对应的 key header Number
阅读全文
posted @
2024-12-17 09:31
AtlasLapetos
阅读(19)
推荐(0) 编辑