GET api/Finance/GetStatistic?StatisticType={StatisticType}&StatisticStartTime={StatisticStartTime}&StatisticEndTime={StatisticEndTime}&PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

后台 - 获得统计数字

Request Information

URI Parameters

NameDescriptionTypeAdditional information
StatisticType

统计方式

DataStatisticType

None.

StatisticStartTime

统计起始时间,只有在自定义时才有作用

date

None.

StatisticEndTime

统计截止时间,只有在自定义时才有作用

date

None.

PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台 - 获得统计数字

PagedOfFinStatisticItemDto
NameDescriptionTypeAdditional information
Data

Collection of FinStatisticItemDto

None.

TotalRecord

integer

None.

TotalPage

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<PagedOfFinStatisticItemDtoxoFGBhC5 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Pages">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Finance">
    <d2p1:FinStatisticItemDto>
      <d2p1:DistributeAmount>4</d2p1:DistributeAmount>
      <d2p1:IncomeAmount>3</d2p1:IncomeAmount>
      <d2p1:RefundAmount>6</d2p1:RefundAmount>
      <d2p1:RefundOrdersNum>5</d2p1:RefundOrdersNum>
      <d2p1:StatisticTime>sample string 1</d2p1:StatisticTime>
      <d2p1:SuccessPayOrderNum>2</d2p1:SuccessPayOrderNum>
    </d2p1:FinStatisticItemDto>
    <d2p1:FinStatisticItemDto>
      <d2p1:DistributeAmount>4</d2p1:DistributeAmount>
      <d2p1:IncomeAmount>3</d2p1:IncomeAmount>
      <d2p1:RefundAmount>6</d2p1:RefundAmount>
      <d2p1:RefundOrdersNum>5</d2p1:RefundOrdersNum>
      <d2p1:StatisticTime>sample string 1</d2p1:StatisticTime>
      <d2p1:SuccessPayOrderNum>2</d2p1:SuccessPayOrderNum>
    </d2p1:FinStatisticItemDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfFinStatisticItemDtoxoFGBhC5>