mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
group add field
This commit is contained in:
parent
33222d59c2
commit
95630c6d61
@ -185,9 +185,9 @@ type SetGroupInfoReq struct {
|
|||||||
FaceURL string `json:"faceURL"`
|
FaceURL string `json:"faceURL"`
|
||||||
Ex string `json:"ex"`
|
Ex string `json:"ex"`
|
||||||
OperationID string `json:"operationID" binding:"required"`
|
OperationID string `json:"operationID" binding:"required"`
|
||||||
NeedVerification *int32 `json:"needVerification" binding:"oneof=0 1 2"`
|
NeedVerification *int32 `json:"needVerification" `
|
||||||
LookMemberInfo *int32 `json:"lookMemberInfo" binding:"oneof=0 1"`
|
LookMemberInfo *int32 `json:"lookMemberInfo"`
|
||||||
ApplyMemberFriend *int32 `json:"applyMemberFriend" binding:"oneof=0 1"`
|
ApplyMemberFriend *int32 `json:"applyMemberFriend"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type SetGroupInfoResp struct {
|
type SetGroupInfoResp struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user