GET api/LoveVirtualMember/StatisticHeadSets?Gender={Gender}&PageSize={PageSize}&Search={Search}&PageID={PageID}
后台 - 获取虚拟会员头像库统计数据
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Gender |
头像性别 |
SexType |
None. |
PageSize |
每页条数 |
integer |
None. |
Search |
关键字 |
string |
None. |
Keywords |
关键字 |
string |
None. |
PageID |
分页页数 |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
后台 - 获取虚拟会员头像库统计数据
LoveVMHeadSetStatisticDtoName | Description | Type | Additional information |
---|---|---|---|
AllNum |
全部数量 |
integer |
None. |
MaleNum |
男性头像数量 |
integer |
None. |
FemaleNum |
女性头像数量 |
integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
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>