|
|
|
@ -13,7 +13,7 @@ type GetAllConversationMessageOptResp struct {
|
|
|
|
|
ConversationOptResultList []*OptResult `json:"data"`
|
|
|
|
|
}
|
|
|
|
|
type GetReceiveMessageOptReq struct {
|
|
|
|
|
ConversationIdList []string `json:"conversationIdList" binding:"required"`
|
|
|
|
|
ConversationIDList []string `json:"conversationIDList" binding:"required"`
|
|
|
|
|
OperationID string `json:"operationID" binding:"required"`
|
|
|
|
|
FromUserID string `json:"fromUserID" binding:"required"`
|
|
|
|
|
}
|
|
|
|
@ -24,7 +24,7 @@ type GetReceiveMessageOptResp struct {
|
|
|
|
|
type SetReceiveMessageOptReq struct {
|
|
|
|
|
OperationID string `json:"operationID" binding:"required"`
|
|
|
|
|
Opt *int32 `json:"opt" binding:"required"`
|
|
|
|
|
ConversationIdList []string `json:"conversationIdList" binding:"required"`
|
|
|
|
|
ConversationIDList []string `json:"conversationIDList" binding:"required"`
|
|
|
|
|
}
|
|
|
|
|
type SetReceiveMessageOptResp struct {
|
|
|
|
|
CommResp
|
|
|
|
|