mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
group hash
This commit is contained in:
parent
73c998f510
commit
e2ff7ef113
@ -1308,5 +1308,9 @@ func GetGroupAbstractInfo(c *gin.Context) {
|
||||
c.JSON(http.StatusInternalServerError, gin.H{"errCode": 500, "errMsg": err.Error()})
|
||||
return
|
||||
}
|
||||
resp.ErrMsg = respPb.CommonResp.ErrMsg
|
||||
resp.ErrCode = respPb.CommonResp.ErrCode
|
||||
resp.GroupMemberNumber = respPb.GroupMemberNumber
|
||||
resp.GroupMemberListHash = respPb.GroupMemberListHash
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user