Skip to content

openPage 打开内置页面

接口说明

打开政务钉钉客户端内置页面

使用说明

是否需要鉴权** 是否支持Android**** 是否支持IOS**** 是否支持PC**

参数说明

名称** 类型**** 是否必填**** 示例值**** 描述**
nameString页面名称:可选 profile :个人详情页
paramsObjectObject
params.corpIdString租户 ID
params.idString参数在 Profile 页面生效,即为用户个人 ID

用法示例

javascript
SZHN_HZT_SDK.openPage({
    name: "profile",//页面名称
    params: {},//传参
}).then(res => {
    console.log(res)
}).catch(err => {})