mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-13 13:35:59 +08:00
verification joining group chat
This commit is contained in:
+1
-1
Submodule cmd/Open-IM-SDK-Core updated: 588c9bb77b...6fc6be9eb9
@@ -164,7 +164,7 @@ 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"`
|
NeedVerification *int32 `json:"needVerification" binding "oneof=0 1 2"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type SetGroupInfoResp struct {
|
type SetGroupInfoResp struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user