GET api/LoveStatistics/GetStatistics?typeId={typeId}&PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

后台-数据统计

Request Information

URI Parameters

NameDescriptionTypeAdditional information
typeId

类型(0日报、1月报、2年报)

integer

None.

PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台-数据统计

StatisticsDto
NameDescriptionTypeAdditional information
TotalLoveUserCount

总人数

integer

None.

CommendLoveUserCount

vip人数

integer

None.

MaxDayLoveUserCount

人数-单日新增最高

integer

None.

MaxDay

日期--单日新增最高

string

None.

MaxMonthLoveUserCount

人数-单月新增最高

integer

None.

MaxMonth

日期--单月新增最高

string

None.

StatisticsDateDtos

不同日期下的详细记录

PagedOfStatisticsDateDto

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<StatisticsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.Statistics">
  <CommendLoveUserCount>2</CommendLoveUserCount>
  <MaxDay>sample string 4</MaxDay>
  <MaxDayLoveUserCount>3</MaxDayLoveUserCount>
  <MaxMonth>sample string 6</MaxMonth>
  <MaxMonthLoveUserCount>5</MaxMonthLoveUserCount>
  <StatisticsDateDtos xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Pages">
    <d2p1:Data>
      <StatisticsDateDto>
        <ApplyFailureCount>7</ApplyFailureCount>
        <ApplySuccessCount>8</ApplySuccessCount>
        <Date>sample string 1</Date>
        <NewApplyLineRecordCount>6</NewApplyLineRecordCount>
        <NewCommendCount>5</NewCommendCount>
        <NewUserCount>2</NewUserCount>
        <NewUserFemaleCount>4</NewUserFemaleCount>
        <NewUserMaleCount>3</NewUserMaleCount>
      </StatisticsDateDto>
      <StatisticsDateDto>
        <ApplyFailureCount>7</ApplyFailureCount>
        <ApplySuccessCount>8</ApplySuccessCount>
        <Date>sample string 1</Date>
        <NewApplyLineRecordCount>6</NewApplyLineRecordCount>
        <NewCommendCount>5</NewCommendCount>
        <NewUserCount>2</NewUserCount>
        <NewUserFemaleCount>4</NewUserFemaleCount>
        <NewUserMaleCount>3</NewUserMaleCount>
      </StatisticsDateDto>
    </d2p1:Data>
    <d2p1:TotalPage>2</d2p1:TotalPage>
    <d2p1:TotalRecord>1</d2p1:TotalRecord>
  </StatisticsDateDtos>
  <TotalLoveUserCount>1</TotalLoveUserCount>
</StatisticsDto>