diff --git a/deploy/profile-scripts/mofin_health.py b/deploy/profile-scripts/mofin_health.py index a002c8fb..4395a2de 100644 --- a/deploy/profile-scripts/mofin_health.py +++ b/deploy/profile-scripts/mofin_health.py @@ -1080,6 +1080,7 @@ def build_report(): "status": status, "last_run": last_run, "profile": j.get("profile", "?"), + "delivery": j.get("delivery", "broadcast"), # 消息通道:broadcast/xmpp/both "output_missing": output_missing, "output_missing_reason": output_missing_reason, })