GET api/MallOrder/StatisticOrderStatus

后台 - 获取后台状态数量统计结果

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

后台 - 获取后台状态数量统计结果

OrderAdminStatisticStatusDto
NameDescriptionTypeAdditional information
All

全部数量

integer

None.

AllExceptExpired

全部数量

integer

None.

UnPaidNum

未支付数量

integer

None.

PaidButNoUseNum

已支付,待使用数量

integer

None.

UsedDirectlyNum

已核销数量

integer

None.

PaidButUnSentNum

已支付,待发货数量

integer

None.

SentNum

已发货数量

integer

None.

RecievedNum

已收货数量

integer

None.

UnPaidForExpiredNum

支付超时数量

integer

None.

AskForRefundNum

申请退款数量

integer

None.

RefundedNum

已退款数量

integer

None.

RefundRefusedNum

已退款数量

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:
<OrderAdminStatisticStatusDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Dto.Order.Admin">
  <AskForRefundNum>8</AskForRefundNum>
  <PaidButNoUseNum>2</PaidButNoUseNum>
  <PaidButUnSentNum>4</PaidButUnSentNum>
  <RecievedNum>6</RecievedNum>
  <RefundRefusedNum>10</RefundRefusedNum>
  <RefundedNum>9</RefundedNum>
  <SentNum>5</SentNum>
  <UnPaidForExpiredNum>7</UnPaidForExpiredNum>
  <UnPaidNum>1</UnPaidNum>
  <UsedDirectlyNum>3</UsedDirectlyNum>
</OrderAdminStatisticStatusDto>