From 20eef4c450429b06327c0157c8bae0d3384b1373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Thu, 26 May 2022 12:58:32 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-system-storage.md. Signed-off-by: @ge-yafang --- zh-cn/application-dev/reference/apis/js-apis-system-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-system-storage.md b/zh-cn/application-dev/reference/apis/js-apis-system-storage.md index 2b2d824d10..ee590ae07a 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-system-storage.md +++ b/zh-cn/application-dev/reference/apis/js-apis-system-storage.md @@ -68,7 +68,7 @@ set(Object): void | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | | key | string | 是 | 要修改的存储值的索引。 | -| value | string | 是 | 新值。最大长度128。 | +| value | string | 是 | 新值。长度需小于128字节。 | | success | Function | 否 | 接口调用成功的回调函数。 | | fail | Function | 否 | 接口调用失败的回调函数,data为错误信息,code为错误码。 | | complete | Function | 否 | 接口调用结束的回调函数。 | -- GitLab