GET api/LoveVirtualMember/StatisticHeadSets?Gender={Gender}&PageSize={PageSize}&Search={Search}&PageID={PageID}

后台 - 获取虚拟会员头像库统计数据

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Gender

头像性别

SexType

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台 - 获取虚拟会员头像库统计数据

LoveVMHeadSetStatisticDto
NameDescriptionTypeAdditional information
AllNum

全部数量

integer

None.

MaleNum

男性头像数量

integer

None.

FemaleNum

女性头像数量

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:
<LoveVMHeadSetStatisticDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.LoveVirtualMember.Service.Dto.HeadSets">
  <FemaleNum>2</FemaleNum>
  <MaleNum>1</MaleNum>
</LoveVMHeadSetStatisticDto>