This commit is contained in:
wangchuxiao
2022-05-27 15:14:12 +08:00
parent cbf0b3c05e
commit 3f126be081
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ type AccountCheckResp struct {
type ManagementSendMsgReq struct {
OperationID string `json:"operationID" binding:"required"`
SendID string `json:"sendID" binding:"required"`
SendID string `json:"sendID"`
RecvID string `json:"recvID" `
GroupID string `json:"groupID" `
SenderNickname string `json:"senderNickname" `