1
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user