From f07f0cfc33b5336b71857147aa9ecbe39524ff34 Mon Sep 17 00:00:00 2001 From: xujie Date: Fri, 12 May 2023 21:07:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9since?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xujie --- zh-cn/application-dev/reference/apis/js-apis-http.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-http.md b/zh-cn/application-dev/reference/apis/js-apis-http.md index 50e37fe3d7..1f76f4c0ca 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-http.md +++ b/zh-cn/application-dev/reference/apis/js-apis-http.md @@ -1094,9 +1094,9 @@ http的数据类型。 | 名称 | 值 | 说明 | | ------------------ | -- | ----------- | -| STRING6+ | 0 | 字符串类型。 | -| OBJECT6+ | 1 | 对象类型。 | -| ARRAY_BUFFER6+ | 2 | 二进制数组类型。| +| STRING | 0 | 字符串类型。 | +| OBJECT | 1 | 对象类型。 | +| ARRAY_BUFFER | 2 | 二进制数组类型。| ## HttpProtocol9+ -- GitLab