移动端聊天实现

This commit is contained in:
2023-10-08 21:38:22 +08:00
parent 7aa2e17897
commit df59768830
25 changed files with 505 additions and 377 deletions

View File

@@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common</artifactId>
<artifactId>im-common</artifactId>
<properties>
<java.version>1.8</java.version>

View File

@@ -14,6 +14,7 @@ public class SyncReq extends RequestBase {
private Long lastSequence;
//一次拉取多少
private Integer maxLimit;
private Integer appId;
private String operater;
}