This commit is contained in:
wangchuxiao 2022-09-06 17:57:12 +08:00
parent a508dd2c0f
commit 6871c7e665

View File

@ -8,7 +8,7 @@ type GetChatLogsReq struct {
SessionType int `json:"sessionType"`
ContentType int `json:"contentType"`
Content string `json:"content"`
SendID string `json:"userID"`
SendID string `json:"sendID"`
RecvID string `json:"recvID"`
GroupID string `json:"groupID"`
SendTime string `json:"sendTime"`