字段说明测试--改动两个
All checks were successful
API接口参数变更检测 / api-param-check (push) Successful in 17s

This commit is contained in:
2026-06-05 16:02:19 +08:00
parent 026a490125
commit 1ca34c6bb2
2 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ def _format_param_details_section(report: EndpointChangeReport) -> List[str]:
lines.append("")
if regular_changes:
lines.append("**普通参数变更**")
# lines.append("**普通参数变更**")
lines.extend(_format_param_change_list(regular_changes))
lines.append("")