|
@@ -530,8 +530,7 @@ public class WeComMessageDataJob {
|
|
|
JSONObject text = new JSONObject();
|
|
|
// String content = messageService.getMessageText();
|
|
|
// text.put("content", content);
|
|
|
- text.put("content", "晚上好呀~看您昨天都没回复我呢,是不是最近比较忙呀?有什么我能帮到忙的事情吗?\n" +
|
|
|
- "比如出行天气提醒?或经典老歌推荐,咱们来一起听听歌,放松一下,好吗?\uD83C\uDF39");
|
|
|
+ text.put("content", "晚上好呀,如果你中了5条以上,说明你看上去比一般的同龄人要年轻,也有长寿的潜质哦!1. 饮食不能过于清淡");
|
|
|
jsonObject.put("text", text);
|
|
|
jsonObject.put("sender", staff.getCarrierId());
|
|
|
JSONArray attachments = new JSONArray();
|