|
@@ -84,10 +84,10 @@ public class WeixinPush {
|
|
|
String substanceTemp = " ><font color=\"warning\">{}</font> \n" +
|
|
|
"事件描述:<font color=\"warning\">{}</font> \n" +
|
|
|
"{}";
|
|
|
- String http = "[彩云开放平台](https://platform.caiyunapp.com/login?redirect=/dashboard/index)";
|
|
|
+ //String http = "[彩云开放平台](https://platform.caiyunapp.com/login?redirect=/dashboard/index)";
|
|
|
//String alarm = "电力交易系统在获取天气数据时报错, 彩云天气API 额度已用尽";
|
|
|
//String description = "接口调用异常";
|
|
|
- String sb = StrUtil.format(substanceTemp, alarm, description, http);
|
|
|
+ String sb = StrUtil.format(substanceTemp, alarm, description, "");
|
|
|
|
|
|
StringBuilder ccp = new StringBuilder();
|
|
|
ccp.append("<@WangHongChen> ");
|