字段说明获取
All checks were successful
API接口参数变更检测 / api-param-check (push) Successful in 16s

This commit is contained in:
2026-06-05 15:04:13 +08:00
parent 77479a40a1
commit f7fc0dd453
4 changed files with 40 additions and 5 deletions

View File

@@ -327,8 +327,8 @@ def send_parameter_change_notification(
if changed_reports:
# 构建参数变更通知(只包含参数变更报告)
parts: List[str] = []
parts.append("# API参数变更通知")
parts.append(f"- **修改人:** {push_user if push_user.startswith('@') else '@' + push_user}")
parts.append("# API参数变更通知")
parts.append(f"- **修改人:** {push_user}")
parts.append(f"- **修改时间:** {push_time}")
parts.append("")
for report in changed_reports: