|
@@ -283,7 +283,7 @@ public class WechatMessageUtil {
|
|
|
|
|
|
|
|
|
JSONObject sendData = new JSONObject();
|
|
|
- SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
|
|
|
+ SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
|
String finallyContent = getContent(content);
|
|
|
JSONObject first = new JSONObject();
|
|
|
first.put("value", "您好,入侵警告通知如下:");
|