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
12cbb1f6f9
commit
2ba7fcd628
@ -1310,8 +1310,8 @@ func GetGroupAbstractInfo(c *gin.Context) {
|
|||||||
}
|
}
|
||||||
resp.ErrMsg = respPb.CommonResp.ErrMsg
|
resp.ErrMsg = respPb.CommonResp.ErrMsg
|
||||||
resp.ErrCode = respPb.CommonResp.ErrCode
|
resp.ErrCode = respPb.CommonResp.ErrCode
|
||||||
resp.GroupMemberNumber = respPb.GroupMemberNumber
|
resp.Data.GroupMemberNumber = respPb.GroupMemberNumber
|
||||||
resp.GroupMemberListHash = respPb.GroupMemberListHash
|
resp.Data.GroupMemberListHash = respPb.GroupMemberListHash
|
||||||
c.JSON(http.StatusOK, resp)
|
c.JSON(http.StatusOK, resp)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user