From 7920fc12e660b63a5f82f61dc29defd3254a7597 Mon Sep 17 00:00:00 2001 From: Yangys Date: Wed, 8 Feb 2023 13:11:42 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-http.md. Signed-off-by: Yangys --- 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 29f9562e7e..31fa8c5db0 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-http.md +++ b/zh-cn/application-dev/reference/apis/js-apis-http.md @@ -676,6 +676,8 @@ httpResponseCache.flush(err => { console.log('flush fail'); return; } + console.log('flush success'); +}); ``` ### flush9+ -- GitLab