group hash
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user