Files
AI-Check-Test/.gitea/model1.md
dongzi 1d35a25c60
All checks were successful
API接口参数变更检测 / api-param-check (push) Successful in 23s
create
2026-06-04 17:34:50 +08:00

26 lines
514 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` |