GET api/MallDistribute/GetTopDistributeUser?topNumber={topNumber}
获取分销会员排行(按照钱来)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| topNumber |
显示数量 |
integer |
Default value is 10 |
Body Parameters
None.
Response Information
Resource Description
获取分销会员排行(按照钱来)
PagedOfDistributeClientInfoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of DistributeClientInfoDto |
None. |
|
| TotalRecord | integer |
None. |
|
| TotalPage | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<PagedOfDistributeClientInfoDtoBCvHVS5u xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Pages">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Dto.Distribution">
<d2p1:DistributeClientInfoDto>
<d2p1:AllMoneyFen>5</d2p1:AllMoneyFen>
<d2p1:ClientCount>4</d2p1:ClientCount>
<d2p1:DistributorImgUrl>sample string 3</d2p1:DistributorImgUrl>
<d2p1:DistributorName>sample string 1</d2p1:DistributorName>
<d2p1:DistributorUserId>2</d2p1:DistributorUserId>
</d2p1:DistributeClientInfoDto>
<d2p1:DistributeClientInfoDto>
<d2p1:AllMoneyFen>5</d2p1:AllMoneyFen>
<d2p1:ClientCount>4</d2p1:ClientCount>
<d2p1:DistributorImgUrl>sample string 3</d2p1:DistributorImgUrl>
<d2p1:DistributorName>sample string 1</d2p1:DistributorName>
<d2p1:DistributorUserId>2</d2p1:DistributorUserId>
</d2p1:DistributeClientInfoDto>
</Data>
<TotalPage>2</TotalPage>
<TotalRecord>1</TotalRecord>
</PagedOfDistributeClientInfoDtoBCvHVS5u>