This commit is contained in:
雷欧(林平凡)
2025-09-04 18:03:42 +08:00
parent c488e94534
commit 3cc419dc17

View File

@@ -184,10 +184,7 @@ public class WxSendUtil {
//articles.put("thumb_media_id", "258F4sbTUwwHLRtKDDr4yqH2PzfYPlHPbOLCazHou_3JCgq7Dh1f9PMvrIaIv2oHk");
// 李星云
//articles.put("thumb_media_id", "2ES5cuBiuNKcbFp7RKsjebNM3joCIloIr1QWYwGS86SQzgG_7uxGrJpFlmuHXZl75");
content = content.replaceAll("\\\\n", "<br/>");
if (content.contains("\n")) {
content = content.replaceAll("\\n", "<br/>");
}
text.put("content", content);
jsonMap.put("text", text);