diff --git a/pkg/cms_api_struct/message_cms.go b/pkg/cms_api_struct/message_cms.go index 708e70c4f..c537ae228 100644 --- a/pkg/cms_api_struct/message_cms.go +++ b/pkg/cms_api_struct/message_cms.go @@ -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"`