This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new e75e8a5d7e7 Update 19.md (#1841)
e75e8a5d7e7 is described below
commit e75e8a5d7e7ad8add61d52a62b13c62ef114b186
Author: mfordjody <[email protected]>
AuthorDate: Fri Jan 13 11:14:09 2023 +0800
Update 19.md (#1841)
---
content/zh/docs3-v2/java-sdk/faq/2/19.md | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/content/zh/docs3-v2/java-sdk/faq/2/19.md
b/content/zh/docs3-v2/java-sdk/faq/2/19.md
index c65b8f36816..6b2a30fa4aa 100644
--- a/content/zh/docs3-v2/java-sdk/faq/2/19.md
+++ b/content/zh/docs3-v2/java-sdk/faq/2/19.md
@@ -5,15 +5,14 @@ linkTitle: "2-19 - 异步请求失败"
weight: 2
---
-## 可能的原因
+### 可能的原因
-* 提供方异常,导致消费方异步请求失败。
-* 网络异常,导致消费方异步请求失败。
+1. 提供方异常,导致消费方异步请求失败。
+2. 网络异常,导致消费方异步请求失败。
-## 排查和解决步骤
+### 排查和解决步骤
1. 排查提供方健康状况。
-1. 排查网络状况。
+2. 排查网络状况。
-<p style="margin-top: 3rem;"> </p>
\ No newline at end of file