GET api/LoveAdminIndex/GetLoveIndexHeadStatistics

获取后台首页头部统计数字

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取后台首页头部统计数字

LoveIndexHeadStatisticsDto
NameDescriptionTypeAdditional information
OnlineDays

上线时间

integer

None.

UserCount

注册用户

integer

None.

WeChatFuns

公众号粉丝

integer

None.

LoveUserCount

相亲会员

integer

None.

MaleLoveUserCount

男相亲会员

integer

None.

FeMaleLoveUserCount

女相亲会员

integer

None.

OnlineIncome

线上收益

decimal number

None.

VipLoveUserCount

Vip相亲会员

integer

None.

LoveMatchmakerCount

服务红娘

integer

None.

LovePopMatchmakerCount

推广红娘

integer

None.

LoveSuccessUserCount

成功脱单

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:
<LoveIndexHeadStatisticsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.Index">
  <FeMaleLoveUserCount>6</FeMaleLoveUserCount>
  <LoveMatchmakerCount>9</LoveMatchmakerCount>
  <LovePopMatchmakerCount>10</LovePopMatchmakerCount>
  <LoveSuccessUserCount>11</LoveSuccessUserCount>
  <LoveUserCount>4</LoveUserCount>
  <MaleLoveUserCount>5</MaleLoveUserCount>
  <OnlineDays>1</OnlineDays>
  <OnlineIncome>7</OnlineIncome>
  <UserCount>2</UserCount>
  <VipLoveUserCount>8</VipLoveUserCount>
  <WeChatFuns>3</WeChatFuns>
</LoveIndexHeadStatisticsDto>