GET api/Finance/StatisticTransferOrder

后台 - 获得转账单【提现】统计数字

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

后台 - 获得转账单【提现】统计数字

FinTransferOrderStatisticDto
NameDescriptionTypeAdditional information
All

全部数量

integer

None.

AllAmount

全部金额

integer

None.

AllAmountYuan

全部金额(元)

decimal number

None.

UnhandleNum

待处理数量

integer

None.

UnhandleAmount

待处理金额

integer

None.

UnhandleAmountYuan

待处理金额(元)

decimal number

None.

SuccessNum

提现成功数量

integer

None.

SuccessAmount

提现成功金额

integer

None.

SuccessAmountYuan

提现成功金额(元)

decimal number

None.

ProcessingNum

提现中数量

integer

None.

ProcessingAmount

提现中金额

integer

None.

ProcessingAmountYuan

提现中金额(元)

decimal number

None.

FailureNum

提现失败数量

integer

None.

FailureAmount

提现失败金额

integer

None.

FailureAmountYuan

提现失败金额(元)

decimal number

None.

SuccessUnderlineNum

线下支付数量

integer

None.

SuccessUnderlineAmount

线下支付金额

integer

None.

SuccessUnderlineYuan

线下支付金额(元)

decimal number

None.

StillNotTransferAmountYuan

会员未申请提现总余额(元)

decimal number

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:
<FinTransferOrderStatisticDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Finance">
  <FailureAmount>8</FailureAmount>
  <FailureNum>7</FailureNum>
  <ProcessingAmount>6</ProcessingAmount>
  <ProcessingNum>5</ProcessingNum>
  <StillNotTransferAmountYuan>11.1</StillNotTransferAmountYuan>
  <SuccessAmount>4</SuccessAmount>
  <SuccessNum>3</SuccessNum>
  <SuccessUnderlineAmount>10</SuccessUnderlineAmount>
  <SuccessUnderlineNum>9</SuccessUnderlineNum>
  <UnhandleAmount>2</UnhandleAmount>
  <UnhandleNum>1</UnhandleNum>
</FinTransferOrderStatisticDto>