|
@@ -315,7 +315,7 @@ public class WeComMessageDataJob {
|
|
|
miniprogram.put("page", page);
|
|
|
|
|
|
attachment.put("miniprogram", miniprogram);
|
|
|
- attachments.add(attachment);
|
|
|
+ attachments.add(0, attachment);
|
|
|
}
|
|
|
jsonObject.put("attachments", attachments);
|
|
|
List<List<String>> lists = Lists.partition(sendUserList, 10000);
|