#/bin/bash
sendkey=3aa3eb2b2e4588d65***************ecdc16f247118df0ea2bce7c4d79
curl 'https://oapi.dingtalk.com/robot/send?access_token='$sendkey \
-H 'Content-Type: application/json' \
-d "
        {
                \"markdown\": {
                \"title\": \"$2\",
                \"text\": \"$1\",
                \"hideAvatar\": \"0\",
                \"btnOrientation\": \"0\",
                \"btns\": [
                        {
                                \"title\": \" please deal with it\"
                                        }
            ]
    },
    \"msgtype\": \"markdown\"
}"