保存进度!

This commit is contained in:
Kane Wang 2022-04-25 17:41:41 +08:00
parent 07ae9f88a3
commit a78fad18ea
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2022-04-22 10:53:49
* @LastEditors: Kane
* @LastEditTime: 2022-04-23 23:46:54
* @LastEditTime: 2022-04-25 17:40:31
* @FilePath: \DisasterWarning\src\main\java\com\cpic\xim\wechat\officalAccount\sendMessage.java
* @Description: 用来推送公众号消息的程序库
*
@ -57,7 +57,6 @@ public class sendMessage
String color = warningLevel.keySet().contains( item.getLevel() )
? warningLevel.get( item.getLevel() )
: "#000000";
requestBody = new StringBuilder();
requestBody.append( "tplid=57&groupid=1&first=尊敬的#realname#,您好!&" );