From a1f1422644b300257dd592cc442ed0d1897c76ec Mon Sep 17 00:00:00 2001 From: zhangxingxia Date: Mon, 23 May 2022 17:40:08 +0800 Subject: [PATCH] update apis Signed-off-by: zhangxingxia --- zh-cn/application-dev/reference/apis/js-apis-securityLabel.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zh-cn/application-dev/reference/apis/js-apis-securityLabel.md b/zh-cn/application-dev/reference/apis/js-apis-securityLabel.md index fbab84ec56..8138d844a6 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-securityLabel.md +++ b/zh-cn/application-dev/reference/apis/js-apis-securityLabel.md @@ -3,6 +3,8 @@ > ![icon-note.gif](public_sys-resources/icon-note.gif) **说明:** > 本模块首批接口从API version 9开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。 +该模块提供文件数据安全等级的相关功能:向应用程序提供查询、设置文件数据安全等级的JS接口。 + ## 导入模块 ```js -- GitLab