diff --git a/pkg/base_info/manage_api_struct.go b/pkg/base_info/manage_api_struct.go index 2c850a8eb..f8515dd5b 100644 --- a/pkg/base_info/manage_api_struct.go +++ b/pkg/base_info/manage_api_struct.go @@ -41,7 +41,7 @@ type AccountCheckResp struct { type ManagementSendMsgReq struct { OperationID string `json:"operationID" binding:"required"` - SendID string `json:"sendID"` + SendID string `json:"sendID" binding:"required"` RecvID string `json:"recvID" ` GroupID string `json:"groupID" ` SenderNickname string `json:"senderNickname" `