|
|
@@ -14,13 +14,13 @@ import java.security.NoSuchAlgorithmException;
|
|
|
public class LarkRobotUtil {
|
|
|
|
|
|
|
|
|
- private static final String URL = "https://open.feishu.cn/open-apis/bot/v2/hook/93787b70-33d3-42c1-beae-c09310c9b38b";
|
|
|
+ private static final String URL = "https://open.feishu.cn/open-apis/bot/v2/hook/fb880de4-c0f2-47e7-97de-7e577d936382";
|
|
|
|
|
|
private static final HttpPoolClientUtil HTTP_POOL_CLIENT_UTIL_DEFAULT = HttpClientUtil.create(3000, 10000, 20, 100, 3, 3000);
|
|
|
|
|
|
|
|
|
public static void sendMessage(String msg) {
|
|
|
- sendMessage("text", "长文发布报警:" + msg);
|
|
|
+ sendMessage("text", msg);
|
|
|
}
|
|
|
|
|
|
public static void sendMessage(String type, String msg) {
|