From 87dbdc07d1907360e4ff15d90caaa27797d7ac06 Mon Sep 17 00:00:00 2001 From: wenxu12345 <44203734@qq.com> Date: Fri, 24 Jun 2022 15:52:37 +0800 Subject: [PATCH] verification joining group chat --- cmd/Open-IM-SDK-Core | 2 +- pkg/base_info/group_api_struct.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/Open-IM-SDK-Core b/cmd/Open-IM-SDK-Core index 588c9bb77..6fc6be9eb 160000 --- a/cmd/Open-IM-SDK-Core +++ b/cmd/Open-IM-SDK-Core @@ -1 +1 @@ -Subproject commit 588c9bb77b9bd89a9261964006568b8655233cb6 +Subproject commit 6fc6be9eb996aec24781a3905aeb2c9550a5a041 diff --git a/pkg/base_info/group_api_struct.go b/pkg/base_info/group_api_struct.go index 1053bff52..20017ef57 100644 --- a/pkg/base_info/group_api_struct.go +++ b/pkg/base_info/group_api_struct.go @@ -164,7 +164,7 @@ type SetGroupInfoReq struct { FaceURL string `json:"faceURL"` Ex string `json:"ex"` OperationID string `json:"operationID" binding:"required"` - NeedVerification *int32 `json:"needVerification" binding "oneof=0 1"` + NeedVerification *int32 `json:"needVerification" binding "oneof=0 1 2"` } type SetGroupInfoResp struct {