This commit is contained in:
wangchuxiao
2022-08-29 15:52:39 +08:00
parent 3886d49b0a
commit 7f5b12d4d2
17 changed files with 273 additions and 595 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ type GetChatLogsReq struct {
}
type GetChatLogsResp struct {
ChatLogs []*pbCommon.MsgData `json:"chat_logs"`
ChatLogsNum int `json:"log_nums"`
ChatLogs []*pbCommon.MsgData `json:"chatLogs"`
ChatLogsNum int `json:"logNums"`
ResponsePagination
}