perf(chat): 优化后台客服会话查询与状态
This commit is contained in:
@@ -21,6 +21,7 @@ type ConversationDTO struct {
|
||||
Title string `json:"title"`
|
||||
Status string `json:"status"`
|
||||
Role string `json:"role"`
|
||||
AdminRemark string `json:"admin_remark,omitempty"`
|
||||
Participants []ParticipantDTO `json:"participants,omitempty"`
|
||||
LastMessageID *uint64 `json:"last_message_id"`
|
||||
LastMessagePreview string `json:"last_message_preview"`
|
||||
|
||||
Reference in New Issue
Block a user