mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-29 05:38:45 +08:00
user update
This commit is contained in:
parent
c5974781fb
commit
357245691d
@ -48,8 +48,8 @@ type ManagementSendMsg struct {
|
||||
|
||||
type ManagementSendMsgReq struct {
|
||||
SendID string `json:"sendID" binding:"required"`
|
||||
RecvID string `json:"recvID" binding:"required_if=SessionType 1|required_if=SessionType 4"`
|
||||
GroupID string `json:"groupID" binding:"required_if=SessionType 2|required_if=SessionType 3"`
|
||||
RecvID string `json:"recvID" binding:"required_if=sessionType 1|required_if=sessionType 4"`
|
||||
GroupID string `json:"groupID" binding:"required_if=sessionType 2|required_if=sessionType 3"`
|
||||
SenderNickname string `json:"senderNickname" `
|
||||
SenderFaceURL string `json:"senderFaceURL" `
|
||||
SenderPlatformID int32 `json:"senderPlatformID"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user