GET api/ZhongJie/GetFangYuanBrowseRankByDay?date={date}&top={top}
会员中心-获取门店/店铺的房源某天访问量排行
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| date |
某天/日期 |
date |
Required |
| top |
前几条 |
integer |
Default value is 10 |
Body Parameters
None.
Response Information
Resource Description
会员中心-获取门店/店铺的房源某天访问量排行
Collection of BrowseFangYuanRankDto| Name | Description | Type | Additional information |
|---|---|---|---|
| BrowseId |
资源id/房源 |
integer |
None. |
| HouseType |
房源类别 |
integer |
None. |
| Nums |
浏览访问量 |
integer |
None. |
| Title |
房源标题 |
string |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfBrowseFangYuanRankDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.BrowseHistory">
<BrowseFangYuanRankDto>
<BrowseId>1</BrowseId>
<HouseType>2</HouseType>
<Nums>3</Nums>
<Title>sample string 4</Title>
</BrowseFangYuanRankDto>
<BrowseFangYuanRankDto>
<BrowseId>1</BrowseId>
<HouseType>2</HouseType>
<Nums>3</Nums>
<Title>sample string 4</Title>
</BrowseFangYuanRankDto>
</ArrayOfBrowseFangYuanRankDto>