聊天:获取私聊历史消息

This commit is contained in:
liangtongchuan
2021-03-04 21:41:22 +08:00
parent 0bb4caf291
commit ca2d597947
5 changed files with 68 additions and 16 deletions

View File

@@ -11,4 +11,6 @@ export const MSG_TYPE = {
IMG: 2
}
export const ON_MSG_ROUTE = 'onMessage';
export const ON_MSG_ROUTE = 'onMessage';
export const DEFAULT_MSG_PER_PAGE = 10;