Files
AI-Check-Test/.gitea/model1.md
dongzi 2d41a7b0be
Some checks failed
API接口参数变更检测 / api-param-check (push) Has been cancelled
脚本修改
2026-06-04 15:54:17 +08:00

26 lines
508 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}
- **全路径类名:** {FileName}
---
## URI变更详情
---
| 项目 | 路径 |
|------|------|
| 原路径 | `{OldURI}` *(新增时显示:-* |
| 新路径 | `{NewURI}` *(删除时显示:已删除 / -* |
---
**示例:**
| 项目 | 路径 |
|------|------|
| 原路径 | `/api/users/{id}` |
| 新路径 | `/api/users/getall` |