This commit is contained in:
wangchuxiao 2022-08-01 16:37:40 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent 6f6382eae2
commit 4e51e4e79b

View File

@ -154,7 +154,7 @@ func GetGroupAllMemberList(c *gin.Context) {
client := rpc.NewGroupClient(etcdConn)
RpcResp, err := client.GetGroupAllMember(context.Background(), req)
if err != nil {
log.NewError(req.OperationID, "GetGroupAllMember failed ", err.Error(), req.String())
log.NewError(req.OperationID, "GetGroupAllMember failed err", err.Error(), req.String())
c.JSON(http.StatusInternalServerError, gin.H{"errCode": 500, "errMsg": err.Error()})
return
}