This commit is contained in:
skiffer-git
2022-08-12 21:48:13 +08:00
parent b8aa54a159
commit 4e5c1606f3
5 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ type SetGroupInfoReq struct {
FaceURL string `json:"faceURL"`
Ex string `json:"ex"`
OperationID string `json:"operationID" binding:"required"`
NeedVerification *int32 `json:"needVerification" `
NeedVerification *int32 `json:"needVerification"`
LookMemberInfo *int32 `json:"lookMemberInfo"`
ApplyMemberFriend *int32 `json:"applyMemberFriend"`
}