#!/bin/bash # 参数获取 WEBHOOK_URL="$1" TITLE="$2" CONTENT="$3" # 飞书通知 send_feishu_notification() { local message=$(cat <