GET api/LoveUser/GetUserVipTypeNum?filterType[0]={filterType[0]}&filterType[1]={filterType[1]}

获取会员类型下 会员数量,不传表示获取全部类型

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filterType

不同状态

Collection of LoveUserVipType

Required

Body Parameters

None.

Response Information

Resource Description

获取会员类型下 会员数量,不传表示获取全部类型

Dictionary of LoveUserVipType [key] and integer [value]

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

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