|
|
|
@ -889,7 +889,6 @@ func (s *groupServer) GroupApplicationResponse(ctx context.Context, req *pbGroup
|
|
|
|
|
trace_log.SetRpcReqInfo(nCtx, utils.GetSelfFuncName(), req.String())
|
|
|
|
|
defer trace_log.ShowLog(nCtx)
|
|
|
|
|
resp := pbGroup.GroupApplicationResponseResp{CommonResp: &pbGroup.CommonResp{}}
|
|
|
|
|
defer trace_log.ShowLog(nCtx)
|
|
|
|
|
if err := CheckPermission(nCtx, req.GroupID, req.OpUserID); err != nil {
|
|
|
|
|
SetErrorForResp(err, &resp.CommonResp.ErrCode, &resp.CommonResp.ErrMsg)
|
|
|
|
|
return &resp, nil
|
|
|
|
|