feat:feature-REQ/2129 网易云信现在只能一次发100个

This commit is contained in:
lilong 2024-03-30 11:59:53 +08:00
parent 6ce00b6348
commit 1ee94f0874

View File

@ -32,7 +32,7 @@ public class SendMessageJob extends IJobHandler {
@Autowired
private MessageHistoryService messageHistoryService;
private static final Integer DEFAULT_PAGE_SIZE = 500;
private static final Integer DEFAULT_PAGE_SIZE = 100;
@Override
@XxlJob("sendMessageJob")