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 068d0badd9 Update local-mock.md (#2274)
068d0badd9 is described below

commit 068d0badd9a89abff50cfcc35ba6f66a5c48537b
Author: mfordjody <[email protected]>
AuthorDate: Thu Feb 23 20:14:22 2023 +0800

    Update local-mock.md (#2274)
---
 content/zh-cn/docsv2.7/user/examples/local-mock.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/content/zh-cn/docsv2.7/user/examples/local-mock.md 
b/content/zh-cn/docsv2.7/user/examples/local-mock.md
index 9e5e7b353c..725442dd9a 100644
--- a/content/zh-cn/docsv2.7/user/examples/local-mock.md
+++ b/content/zh-cn/docsv2.7/user/examples/local-mock.md
@@ -5,9 +5,10 @@ linkTitle: "本地伪装"
 weight: 26
 description: "如何在 Dubbo 中利用本地伪装实现服务降级"
 ---
-
+## 背景
 本地伪装 [^1] 通常用于服务降级,比如某验权服务,当服务提供方全部挂掉后,客户端不抛出异常,而是通过 Mock 数据返回授权失败。
 
+## 示例
 在 spring 配置文件中按以下方式配置:
 
 ```xml

Reply via email to