Clear personal chat history

This commit is contained in:
wenxu12345
2022-05-31 19:16:29 +08:00
parent 4c305b7cc0
commit 2b4df5be16
9 changed files with 328 additions and 46 deletions
+9
View File
@@ -10,3 +10,12 @@ type DelMsgReq struct {
type DelMsgResp struct {
CommResp
}
type CleanUpMsgReq struct {
UserID string `json:"userID" binding:"required"`
OperationID string `json:"operationID" binding:"required"`
}
type CleanUpMsgResp struct {
CommResp
}