Files
AI-Check-Test/.gitea/model1.md
dongzi a8e2a6de29
All checks were successful
API接口参数变更检测 / api-param-check (push) Successful in 17s
模版文本补充
2026-06-04 15:34:49 +08:00

25 lines
472 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# API路径变更通知
- **变更类型:** {新增接口 / 修改路径 / 删除接口}
- **修改人:** {Modifier}
- **修改时间:** {ModifyTime}
---
## URI变更详情
---
| 项目 | 路径 |
|------|------|
| 原路径 | `{OldURI}` *(新增时显示:-* |
| 新路径 | `{NewURI}` *(删除时显示:已删除 / -* |
---
**示例:**
| 项目 | 路径 |
|------|------|
| 原路径 | `/api/users/{id}` |
| 新路径 | `/api/users/getall` |