GET api/LoveUser/GetStatisticsIndexInfo

前台-获取相亲首页统计信息

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

前台-获取相亲首页统计信息

StatisticsIndexDto
NameDescriptionTypeAdditional information
MaleCount

男性人数

integer

None.

FemaleCount

女性人数

integer

None.

CurrentMonthCount

当月总数

integer

None.

NoSingleCount

脱单

integer

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<StatisticsIndexDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.Statistics">
  <CurrentMonthCount>3</CurrentMonthCount>
  <FemaleCount>2</FemaleCount>
  <MaleCount>1</MaleCount>
  <NoSingleCount>4</NoSingleCount>
</StatisticsIndexDto>