From 5a4116872f396e61af4e964a3e8f6dabaeda918f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BC=80=E5=85=B4?= Date: Mon, 24 Jul 2023 12:42:59 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-image.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 黄开兴 --- zh-cn/application-dev/reference/apis/js-apis-image.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-image.md b/zh-cn/application-dev/reference/apis/js-apis-image.md index 6ad9dc3bda..53cdc7df50 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-image.md +++ b/zh-cn/application-dev/reference/apis/js-apis-image.md @@ -941,7 +941,7 @@ marshalling(sequence: rpc.MessageSequence): void **错误码:** -以下错误码的详细介绍请参见[图片错误码](##ResponseCode说明)。 +以下错误码的详细介绍请参见文档底部图片错误码。 | 错误码ID | 错误信息 | | ------- | --------------------------------------------| @@ -998,7 +998,7 @@ unmarshalling(sequence: rpc.MessageSequence): Promise\ **错误码:** -以下错误码的详细介绍请参见[图片错误码](##ResponseCode说明)。 +以下错误码的详细介绍请参见文档底部图片错误码。 | 错误码ID | 错误信息 | | ------- | --------------------------------------------| -- GitLab