This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user