From 57bcdd5daf6c284d516a018bac783c3a29d3d0ae Mon Sep 17 00:00:00 2001 From: hxt_lucky Date: Mon, 13 Mar 2023 18:02:05 +0800 Subject: [PATCH] modify change Signed-off-by: hxt_lucky --- zh-cn/application-dev/reference/apis/js-apis-system-cipher.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-system-cipher.md b/zh-cn/application-dev/reference/apis/js-apis-system-cipher.md index 7582fe614c..000eb6677a 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-system-cipher.md +++ b/zh-cn/application-dev/reference/apis/js-apis-system-cipher.md @@ -21,7 +21,7 @@ import cipher from '@system.cipher'; | 名称 | 类型 | 可读 | 可写 |说明 | | ------ | ------ | ---- | ---- | ------------ | -| text | string | 是 | 是 | 返回的内容。 | +| text | string | 是 | 否 | 返回的内容。 | ## CipherRsaOptions -- GitLab