基本完成转链。富贵指日可待!
This commit is contained in:
@@ -1443,7 +1443,7 @@ public class JDUtil {
|
||||
// String transferUrl = transfer(stringStringHashMap.get("materialUrl"), null);
|
||||
// wenan = new StringBuilder(message.replace(stringStringHashMap.get("url"), transferUrl));
|
||||
//}
|
||||
wenan = new StringBuilder(message).append(FANAN_COMMON);
|
||||
wenan = new StringBuilder().append(FANAN_COMMON).append(message);
|
||||
//textList.add(String.valueOf(wenan));
|
||||
finalWenAn.add(String.valueOf(wenan));
|
||||
|
||||
|
||||
@@ -128,7 +128,9 @@ public class WXUtil {
|
||||
//logger.info("发送文本消息 msgType: {} wxid: {} fromwxid: {} content: {}", msgType, wxid, fromwxid, content);
|
||||
// 先在content顶部插入时间戳
|
||||
// 因为引入了消息队列,所以在每条消息都加上时间戳 格式化成 yyyy-MM-dd HH:mm:ss
|
||||
content = "[ " + DateUtil.format(new Date(), "HH:mm:ss yyyy-MM-dd") + " ] \r\n" + content;
|
||||
if (!hiddenTime) {
|
||||
content = "[ " + DateUtil.format(new Date(), "HH:mm:ss yyyy-MM-dd") + " ] \r\n" + content;
|
||||
}
|
||||
|
||||
// 如果是自己的微信,所有信息都加上少爷
|
||||
//if (wxid.equals(super_admin_wxid) || fromwxid.equals(super_admin_wxid)) {
|
||||
|
||||
Reference in New Issue
Block a user