public ApiResult <RankIntegralResDto> GetMyProfitReward(string queryType, int RType, int lType) { var result = new ApiResult <RankIntegralResDto>(); int userId = (int)UserInfo.UserId; result.Data = _service.GetMyProfitReward(queryType, RType, lType, userId); return(result); }