create
All checks were successful
API接口参数变更检测 / api-param-check (push) Successful in 23s

This commit is contained in:
2026-06-04 17:34:50 +08:00
parent 64dd7bdf9e
commit 1d35a25c60
3 changed files with 23 additions and 2 deletions

View File

@@ -279,7 +279,7 @@ def build_path_change_markdown(
new_display = f"<font color=\"info\">**`{new_uri}`**</font>" if new_uri else "<font color=\"comment\">已删除</font>"
parts = [
"# API路径变更通知",
"# API路径变更通知",
f"- **变更类型:** <font color=\"warning\">**{change_type}**</font>",
f"- **修改人:** {push_user}",
f"- **修改时间:** {push_time}",

View File

@@ -1,4 +1,4 @@
# API路径变更通知
# API路径变更通知
- **变更类型:** {新增接口 / 修改路径 / 删除接口}
- **修改人:** {Modifier}