GET api/MallCashout/GetCasheoutNum?filterType[0]={filterType[0]}&filterType[1]={filterType[1]}&shopId={shopId}

获取商家提现记录数量,不传表示获取全部类型

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filterType

不同状态

Collection of CashoutFilterType

Required

shopId

好店id

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

获取商家提现记录数量,不传表示获取全部类型

Dictionary of CashoutFilterType [key] and integer [value]

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfEnumMall.CashoutFilterTypeNullableOfintAT3Yqo1T xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfEnumMall.CashoutFilterTypeNullableOfintAT3Yqo1T>
    <Key>All</Key>
    <Value>1</Value>
  </KeyValueOfEnumMall.CashoutFilterTypeNullableOfintAT3Yqo1T>
</ArrayOfKeyValueOfEnumMall.CashoutFilterTypeNullableOfintAT3Yqo1T>