time=$(date "+%Y-%m-%d %H:%M:%S")
项目群通知
curl 'https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxx'
-H 'Content-Type: application/json'
-d '
{
"msgtype": "markdown",
"markdown": {
"message" : "更新, 通知",
"title":"通知",
"text":"**说明title \n###### 扫码安装↓↓↓\n[screenshot \n > 下载链接: xxxxxxxxxxxxxxxxxxxxxx \n > 更新, 通知 \n 打包时间: '"$time"'"
}
}'