feat:feature-REQ/2129 网易云信现在只能一次发100个
This commit is contained in:
parent
6ce00b6348
commit
1ee94f0874
@ -32,7 +32,7 @@ public class SendMessageJob extends IJobHandler {
|
|||||||
@Autowired
|
@Autowired
|
||||||
private MessageHistoryService messageHistoryService;
|
private MessageHistoryService messageHistoryService;
|
||||||
|
|
||||||
private static final Integer DEFAULT_PAGE_SIZE = 500;
|
private static final Integer DEFAULT_PAGE_SIZE = 100;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@XxlJob("sendMessageJob")
|
@XxlJob("sendMessageJob")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user