Error code standardization

This commit is contained in:
skiffer-git
2023-01-04 11:54:49 +08:00
parent 58bb3fe3f1
commit c076f16793
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -811,7 +811,7 @@ func (s *groupServer) GetGroupApplicationList(ctx context.Context, req *pbGroup.
resp := pbGroup.GetGroupApplicationListResp{}
reply, err := imdb.GetRecvGroupApplicationList(req.FromUserID)
if err != nil {
SetErr(nCtx, "GetRecvGroupApplicationList", err, &resp.ErrCode, &resp.ErrMsg, "userID ", req.FromUserID)
SetErr(nCtx, "", err, &resp.ErrCode, &resp.ErrMsg, "userID ", req.FromUserID)
return &resp, nil
}
var errResult error