1
Some checks failed
API接口参数变更检测 / api-param-check (push) Has been cancelled

This commit is contained in:
2026-06-05 10:58:47 +08:00
parent 21f84d0a9c
commit 3ebc6e8025

View File

@@ -313,13 +313,12 @@ def build_path_change_markdown(
f" 修改人: {push_user}",
f" 修改时间: {push_time}",
"",
"---------------",
"---------------------------------------",
"",
"#### 【URI变更详情】",
f"- **原路径:** {old_display}",
f"- **新路径:** {new_display}",
"",
"---------------",
]
return "\n".join(parts).strip()
@@ -358,7 +357,6 @@ def build_method_change_markdown(
f"- **原请求方式:** {old_m}",
f"- **新请求方式:** {new_m} ← <font color=\"info\">**请求方式已变更**</font>",
"",
"---------------------------------------",
]
return "\n".join(parts).strip()