shell发送钉钉webhook
shell发送钉钉webhook_钉钉 webhook通知 curl_oToyix的博客-CSDN博客
curl 'xxxxxwebhookxxxxxxxxxxxx' \
-H 'Content-Type: application/json' \
-d '{"msgtype": "text","text": {"content":"test2: pass"}}'
test2 自定义关键词
pass 发送的消息
shell发送钉钉webhook_钉钉 webhook通知 curl_oToyix的博客-CSDN博客
curl 'xxxxxwebhookxxxxxxxxxxxx' \
-H 'Content-Type: application/json' \
-d '{"msgtype": "text","text": {"content":"test2: pass"}}'
test2 自定义关键词
pass 发送的消息