From 70bcc51bb23446184a2e8ba146bb73119110a1ec Mon Sep 17 00:00:00 2001 From: anyueling Date: Wed, 24 Aug 2022 12:05:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: anyueling --- zh-cn/application-dev/reference/apis/js-apis-request.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-request.md b/zh-cn/application-dev/reference/apis/js-apis-request.md index fbdb571432..64a69f6b83 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-request.md +++ b/zh-cn/application-dev/reference/apis/js-apis-request.md @@ -320,7 +320,7 @@ on(type: 'headerReceive', callback: (header: object) => void): void | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | -| Array<[TaskState](#taskstate9)> | array | 是 | 上传任务返回结果 | +| Array<[TaskState](#taskstatesup9sup)>| array | 是 | 上传任务返回结果 | **示例:** @@ -428,7 +428,7 @@ off(type: 'headerReceive', callback?: (header: object) => void): void | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | -| Array<[TaskState](#taskstate9)> | array | 是 | 上传任务返回结果 | +| Array<[TaskState](#taskstatesup9sup)> | array | 是 | 上传任务返回结果 | **示例:** -- GitLab