mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-05 07:43:52 +08:00
1
This commit is contained in:
parent
8cc76e83f6
commit
3270cbab8c
@ -727,7 +727,7 @@ func (s *groupServer) GroupApplicationResponse(ctx context.Context, req *pbGroup
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
if cacheResp.CommonResp.ErrCode != 0 {
|
if cacheResp.CommonResp.ErrCode != 0 {
|
||||||
return nil, utils.Wrap(constant.ErrInfo{
|
return nil, utils.Wrap(&constant.ErrInfo{
|
||||||
ErrCode: cacheResp.CommonResp.ErrCode,
|
ErrCode: cacheResp.CommonResp.ErrCode,
|
||||||
ErrMsg: cacheResp.CommonResp.ErrMsg,
|
ErrMsg: cacheResp.CommonResp.ErrMsg,
|
||||||
}, "")
|
}, "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user