public class LarksuiteNotificationUtils extends Object
| 构造器和说明 |
|---|
LarksuiteNotificationUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<String,Object> |
getReqMap(String msg)
发送MarKDown消息
|
static okhttp3.Response |
send(Map<String,Object> reqMap) |
static okhttp3.Response |
send(String webHookUrl,
Map<String,Object> reqMap)
调用群机器人
|
static okhttp3.Response |
sendTextMsg(String msg)
发送文字消息
|
static okhttp3.Response |
sendWarm(NotifactionWarmModel model) |
public static okhttp3.Response send(String webHookUrl, Map<String,Object> reqMap)
reqMap - 接口请求参数Exception - 可能有IO异常public static okhttp3.Response sendWarm(NotifactionWarmModel model)
warningName - 告警名称level - 告警级别deviceId - 设备信息content - 告警内容public static Map<String,Object> getReqMap(String msg)
msg - 需要发送的消息ExceptionCopyright © 2024. All rights reserved.