#!/bin/sh curl -XPOST -s -L 'https://oapi.dingtalk.com/robot/send?access_token=5ae6b8eacb8f065c6b6c8211febaf024a4179652b82c4c2ad59a8878cecee5e4' -H 'Content-Type: application/json' -H "charset:utf-8" -d '{"msgtype": "text", "text": { "content": " 服务停止" } }' curl -XPOST -s -L 'https://oapi.dingtalk.com/robot/send?access_token=e15fc4f867d6b83336eb720f70d0fb66de1dab49da944f33478d8e619f35c2ac' -H 'Content-Type: application/json' -H "charset:utf-8" -d '{"msgtype": "text", "text": { "content": "* 服务停止" } }' ./stup.sh stop df01_gateway0 ./stup.sh stop df01_mainte ./stup.sh stop df01_worker0 ./stup.sh stop dfcross_1_worker0 ./stup.sh stop dfcross_1_mainte