mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
msg modify
This commit is contained in:
parent
cb487e3e79
commit
5782b85b02
@ -36,7 +36,7 @@ func (rpc *rpcChat) GetMaxAndMinSeq(_ context.Context, in *pbMsg.GetMaxAndMinSeq
|
|||||||
} else {
|
} else {
|
||||||
log.NewError(in.OperationID, "getMaxSeq from redis error", in.String(), err2.Error())
|
log.NewError(in.OperationID, "getMaxSeq from redis error", in.String(), err2.Error())
|
||||||
resp.MinSeq = -1
|
resp.MinSeq = -1
|
||||||
resp.ErrCode = 200
|
resp.ErrCode = 201
|
||||||
resp.ErrMsg = "redis get err"
|
resp.ErrMsg = "redis get err"
|
||||||
}
|
}
|
||||||
return resp, nil
|
return resp, nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user