fix: 将聊天记录请求数量从100减少到10以降低负载
This commit is contained in:
@@ -66,7 +66,7 @@ const ChatWindow: React.FC<ChatWindowProps> = ({
|
|||||||
wechatAccountId: contract.wechatAccountId,
|
wechatAccountId: contract.wechatAccountId,
|
||||||
From: 1,
|
From: 1,
|
||||||
To: 4704624000000,
|
To: 4704624000000,
|
||||||
Count: 100,
|
Count: 10,
|
||||||
olderData: true,
|
olderData: true,
|
||||||
};
|
};
|
||||||
if (contract.chatroomId) {
|
if (contract.chatroomId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user