Files
AI-Check-Test/.gitea/model.md
dongzi 283185a2dc
All checks were successful
API接口参数变更检测 / api-param-check (push) Successful in 16s
1
2026-06-05 11:10:01 +08:00

34 lines
917 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参数变更通知】
- **变更类型:** {新增接口 / 修改参数 / 删除接口}
- **URI** {Method} {URI}
- **修改人:** {Modifier}
- **修改时间:** {ModifyTime}
- **全路径类名:** {FileName}
---
## 接口参数变动详情
---
### 类对象变更
(如有对象替换或对象属性变更)
- **对象:** {类名}
- **变更方式:** {对象属性变更 / 对象替换旧类A → 新类B}
- **属性变更明细:**
- [新增] 属性: `attr1` 说明: {说明}
- [删除] 属性: `attr2` 说明: {说明}
- [修改] 属性: `attr3` 说明: {说明}
### 普通参数变更(非对象字段)
- **参数变更列表:**
| 字段 | 说明 | 变更 |
|------|------|------|
| `pageSize` | 每页条数 | 新增必填 |
| `keyword` | 搜索关键词 | 类型由String改为Long |
| `startTime` | 开始时间 | 删除 |
(如无变更,显示:无)