|
@@ -60,6 +60,6 @@
|
|
| 151 | RestoreResponse | s -> c | 服务器响应当前状态 |
|
|
| 151 | RestoreResponse | s -> c | 服务器响应当前状态 |
|
|
| 152 | SyncRequest | c -> s | 客户端同步数据 |
|
|
| 152 | SyncRequest | c -> s | 客户端同步数据 |
|
|
| 152 | SyncResponse | s -> c | 服务器响应同步结果 |
|
|
| 152 | SyncResponse | s -> c | 服务器响应同步结果 |
|
|
-| 153 | SyncResponse | s -> c | 服务器响应同步结果 |
|
|
|
|
|
|
+| 153 | SyncPush | s -> c | 服务器通知客户端想要他人的同步数据 |
|
|
|
|
|
|
|
|
|