docs: 更新 API 文档和登录接口的错误提示信息

This commit is contained in:
anghunk
2026-02-06 16:51:50 +08:00
parent 4d22f74505
commit 1becce7092
2 changed files with 5 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ POST /admin/login
```json
{
"message": "Invalid username or password",
"message": "用户名或密码无效",
"failedAttempts": 3
}
```
@@ -97,7 +97,7 @@ POST /admin/login
```json
{
"message": "IP is blocked due to multiple failed login attempts"
"message": "IP 已被封禁30 分钟后重试"
}
```