|
|
|
@ -1295,8 +1295,6 @@ func GetGroupAbstractInfo(c *gin.Context) {
|
|
|
|
|
trace_log.WriteErrorResponse(nCtx, "GetGroupAbstractInfo", utils.Wrap(err, ""))
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
resp.ErrMsg = respPb.CommonResp.ErrMsg
|
|
|
|
|
resp.ErrCode = respPb.CommonResp.ErrCode
|
|
|
|
|
resp.GroupMemberNumber = respPb.GroupMemberNumber
|
|
|
|
|
resp.GroupMemberListHash = respPb.GroupMemberListHash
|
|
|
|
|
log.NewInfo(req.OperationID, utils.GetSelfFuncName(), " api return ", resp)
|
|
|
|
|