检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
String 是 下载资源的url headers Object 否 Object HTTP请求Header filePath String 是 文件存放到本地的地址,包含文件名称及后缀(/download/test.png) 返回结果 参数 说明 status 下载成功:1 请求示例 ES6
frontColor string 是 前景颜色值,包括按钮、标题、状态栏的颜色,仅支持 #ffffff 和 #000000 backgroundColor string 是 背景颜色值,有效值为十六进制颜色 返回结果 参数 类型 说明 status number 1:成功 请求示例 ES6
{ url: '', headers: {}, filePath: '' }).then(result => { console.log(result); }).catch(error => { console.log('下载异常', error); }); ES5
String 否 指定的英文名称 isGotoChat Number 否 是否跳转到聊天界面,默认跳转;不跳转传:0,(跳转聊天页面则无法返回groupId) 返回结果 参数 说明 status '1' 成功;'0' 失败 groupId 群组ID,失败则不返回该字段 请求示例 ES6
返回说明 参数 类型 说明 status String '1' 成功,'0' 失败 请求示例 ES6示例 HWH5.setWatermark().then(data => { console.log(data); }); ES5示例 HWH5.setWatermark
回调函数,持续回调 onSuccess Function 否 下载成功后回调函数 onError Function 否 下载失败或是异常的回调函数 返回说明 参数 类型 说明 abort Function 取消下载函数 ES6版本 const downloadTask = await
xxx/html/index.html', iOpenURI: '', aOpenURI: '', isGotoChat: '0' }).catch(error => { console.log('分享卡片消息异常', error); }); ES5
请求示例 ES6版本 · HWH5.shortcut().catch(error => { · console.log(error); }); ES5版本 · HWH5.shortcut().catch(function (error
请求示例 ES6版本 HWH5.setNavigationBarTitle({ title: '{{ book.brand }}' }).catch(error => { console.log('设置标题异常', error); }); ES5版本 HWH5.
请求示例 ES6示例 HWH5.close().catch(error => { console.log('关闭webview异常', error); }); ES5示例 HWH5.close().catch(function (error) { console.log
longitude string 是 地理地标的经度,范围-180~180 latitude string 是 地理地标的纬度,范围-90~90 返回结果 参数 说明 name 地标名称 address 地标详细地址 longitude 地标经度 latitude 地标纬度 请求示例 ES6
类型 必填 说明 chatID String 是 必传,联系人id/群组id chatType String 是 必传,0 个人 1 群组 chatName String 否 可选,聊天对象名称 返回结果 参数 说明 原生UI组件 原生提供UI界面,原生识别跳转环境 请求示例 ES6
请求示例 ES6示例 HWH5.uploadFileVPN({ zip: false, serverUrl: 'http://example.com/uploadFile', // 示例地址,非真实服务,需要配置云桥 filePath: 'xxx.jpg', name
请求示例 ES6示例 HWH5.openLocation({ latitude: 22.610036, longitude: 114.029313, zoom: 11, name: '深圳北站', address: '深圳市龙华区致远路28号' }); ES5示例
获取指定key值的缓存 扫码体验: 请求参数 参数 类型 必填 说明 key String 是 存、取缓存数据的key isolation Number 否 跨租户时应用的数据是否需要隔离,1 隔离, 0 不隔离,不传默认不隔离 返回结果 参数 说明 data 缓存的数据 请求示例 ES6
返回结果 参数 说明 deptCode 部门id deptNameCN 部门中文名 deptNameEN 部门英文名 请求示例 ES6版本 HWH5.getDepartment() .then(res => { console.log(res); }) .catch
请求示例 ES6示例 HWH5.navigateBackWecode({ extraData: { a: 1, b: 2, c: 'cccc', d: { e: 996 } } }).catch(error =
请求示例 get请求 ES6版本 · const _url = 'http://xxxx:8080/wecode/getData'; · const _headers = { · 'Content-Type': 'application
请求示例 get请求 ES6版本 const url = 'http://www.example.com/api'; const _headers = { 'Content-Type': 'application/json' }; HWH5.fetchInternet(
请求示例 ES6版本 const _shareParams = { title: 'title share', desc: 'desc share-01', h5Uri: 'h5://link.h5demo/html/index.html', pcUri