提交 df06a76b 编写于 作者: C caiminggang

解决工具扫描失败的问题

Signed-off-by: Ncaiminggang <caiminggang1@huawei.com>
上级 02638666
...@@ -604,7 +604,7 @@ SystemCapability.Customization.EnterpriseDeviceManager ...@@ -604,7 +604,7 @@ SystemCapability.Customization.EnterpriseDeviceManager
**返回值:** **返回值:**
| 类型 | 说明 | | 类型 | 说明 |
| ------------------ | --------------------- | | ----------------- | --------------------- |
| Promise\<boolean> | Promise方式返回是否设置企业信息成功 | | Promise\<boolean> | Promise方式返回是否设置企业信息成功 |
**示例:** **示例:**
...@@ -701,8 +701,9 @@ enterpriseDeviceManager.getEnterpriseInfo(wantTemp).then((result) => { ...@@ -701,8 +701,9 @@ enterpriseDeviceManager.getEnterpriseInfo(wantTemp).then((result) => {
**系统能力:** **系统能力:**
以下各项对应系统能力均为SystemCapability.Customization.EnterpriseDeviceManager 以下各项对应系统能力均为SystemCapability.Customization.EnterpriseDeviceManager
| 名称 | 读写属性 | 类型 | 必填 | 描述 | | 名称 | 读写属性 | 类型 | 必填 | 描述 |
| ----------- | ---- | ------ | ---- | ----------------- | | ----------- | ---- | ------ | --- | ----------------- |
| name | 只读 | string | 是 | 表示设备管理员应用所属企业的名称。 | | name | 只读 | string | 是 | 表示设备管理员应用所属企业的名称。 |
| description | 只读 | string | 是 | 表示设备管理员应用所属企业的描述。 | | description | 只读 | string | 是 | 表示设备管理员应用所属企业的描述。 |
...@@ -712,6 +713,7 @@ enterpriseDeviceManager.getEnterpriseInfo(wantTemp).then((result) => { ...@@ -712,6 +713,7 @@ enterpriseDeviceManager.getEnterpriseInfo(wantTemp).then((result) => {
**系统能力:** **系统能力:**
以下各项对应系统能力均为SystemCapability.Customization.EnterpriseDeviceManager 以下各项对应系统能力均为SystemCapability.Customization.EnterpriseDeviceManager
| 名称 | 默认值 | 说明 | | 名称 | 默认值 | 说明 |
| ----------------- | ---- | ----- | | ----------------- | ---- | ----- |
| ADMIN_TYPE_NORMAL | 0x00 | 普通管理员 | | ADMIN_TYPE_NORMAL | 0x00 | 普通管理员 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册