Commit 66d459b0 by 徐高华

Merge branch 'feature/社群' into 'master'

分页

See merge request !837
parents ba02436b d783cefa
......@@ -127,7 +127,7 @@ public class GroupChatServiceImpl implements GroupChatService {
// 每次拉取成员数
private int pageSize = 100;
// 每次拉取群数
private int limit = 1;
private int limit = 1000;
// 群下线成员数
private int offNum = 200;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment