GET api/User/GetUserStatistic

后台-用户统计 (今日 明日,当月 上月)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

后台-用户统计 (今日 明日,当月 上月)

UserStatisticDto
NameDescriptionTypeAdditional information
Count

总数

integer

None.

TodayNums

今日新增

integer

None.

YesterDayNums

昨日新增

integer

None.

CurMonthNums

本月新增

integer

None.

LastMonthNums

上月新增

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:
<UserStatisticDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.User">
  <Count>1</Count>
  <CurMonthNums>4</CurMonthNums>
  <LastMonthNums>5</LastMonthNums>
  <TodayNums>2</TodayNums>
  <YesterDayNums>3</YesterDayNums>
</UserStatisticDto>