From d85f4267e1e7598962749a090c3cc8d5cc081293 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Mon, 6 Feb 2023 07:35:15 +0000 Subject: [PATCH] =?UTF-8?q?fixed=208566d00=20from=20https://gitee.com/zeng?= =?UTF-8?q?yawen/docs/pulls/14307=20VOD=E4=BF=AE=E6=94=B9=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zengyawen --- zh-cn/application-dev/reference/apis/js-apis-http.md | 2 ++ 1 file changed, 2 insertions(+) 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 eaa385f429..16696b77fd 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-http.md +++ b/zh-cn/application-dev/reference/apis/js-apis-http.md @@ -583,6 +583,8 @@ httpResponseCache.delete().then(() => { | 6 | 无法解析主机,指定的远程主机无法解析。建议排查:1、url地址是否正确。2、联网是否正常,网络是否可以和外部进行通信。3、是否有网络访问权限。 | | 7 | 无法连接代理或主机。建议排查:1、端口号是否有问题。 2、查看本地是否开启http的代理影响的。 | +更多常用错误码,可参考:[curl错误码](https://curl.se/libcurl/c/libcurl-errors.html)。 + ## HttpDataType9+ http的数据类型。 -- GitLab