Skip to content

Commit

Permalink
docs: update api-limiter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
love98ooo committed Aug 20, 2024
1 parent a34f501 commit 7643e41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/dev-guide/backend/net-mid/api-limiter.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

为此,我们实现了一个简单的限流器,用于限制用户对于此类 API 的访问频率。由于这类接口的 QPS 限制较低,我们使用了一个非常简单的实现。

:::warning 注意
这个中间件必需在 `auth` 中间件之后使用,否则无法获取到用户的信息,导致从 `ctx` 中获取信息失败
:::
::: warning 注意
这个中间件必需在 [`auth`](./auth) 中间件之后使用,否则无法从 `context` 中获取到用户的信息,导致服务发生panic
:::

## 使用参考

Expand Down

0 comments on commit 7643e41

Please sign in to comment.