This commit is contained in:
wangchuxiao 2022-03-29 16:15:37 +08:00
parent d2fa0e7852
commit 1bd8154ac4

View File

@ -53,7 +53,6 @@ type SendMsg2TagReq struct {
SenderPlatformID int32 `json:"senderPlatformID" binding:"required"`
Content string `json:"content" binding:"required"`
ContentType int32 `json:"contentType" binding:"required"`
OperationID string `json:"operationID" binding:"required"`
}