From 05ca8c42b28857667e926bf946f1e5d85c56c8ea Mon Sep 17 00:00:00 2001 From: Yangys Date: Mon, 20 Mar 2023 03:53:35 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-system-fetch.md. Signed-off-by: Yangys --- zh-cn/application-dev/reference/apis/js-apis-system-fetch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-system-fetch.md b/zh-cn/application-dev/reference/apis/js-apis-system-fetch.md index ba9d3c1630..b4e7eb8ecc 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-system-fetch.md +++ b/zh-cn/application-dev/reference/apis/js-apis-system-fetch.md @@ -45,7 +45,7 @@ fetch(Object): void ## FetchResponse -| 参数名 | 类型 | 可读 | 可写 | 说明 | +| 名称 | 类型 | 可读 | 可写 | 说明 | | -------- | -------- | -------- | -------- | -------- | | code | number | 是 | 否 | 表示服务器的状态code。 | | data | string \| Object | 是 | 否 | 返回数据类型由responseType确定,详见表 responseType与success中data关系。 | -- GitLab