DingMsg

运维小工具: 使用钉钉给自己发邮件

直接看源码

1
2
3
4
5
6
7
8
9
10
11
public static function dingMsg(string $msg)
{
static $url = 'https://oapi.dingtalk.com/robot/send?access_token=xxx';
$curl = new Curl();
$curl->post_json($url, [
'msgtype' => 'text',
'text' => [
'content' => $msg,
]
]);
}

操作

  • 使用钉钉创建一个群聊,然后加入一个自定义机器人,复制webhook链接
  • 使用curl访问链接,发生消息

使用

  • 在系统发出警报的时候通过钉钉给自己发生报警消息

Powered by Hexo and Hexo-theme-hiker

Copyright © 2017 - 2023 Keep It Simple And Stupid All Rights Reserved.

访客数 : | 访问量 :