SylviaBABY commented on code in PR #6891: URL: https://github.com/apache/apisix/pull/6891#discussion_r854753085
########## docs/zh/latest/plugins/mocking.md: ########## @@ -23,22 +29,29 @@ title: mocking ## 描述 -Mock API 插件,绑定该插件后将随机返回指定格式的`mock`数据,不再转发到后端。 +`mocking` 插件用于 Mock API。当执行该插件时,它将随机返回指定格式的模拟数据,并且请求不会转发到上游。 Review Comment: ```suggestion `mocking` 插件用于处理 Mock API 相关。当执行该插件时,它将随机返回指定格式的模拟数据,并且请求不会转发到上游。 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
