GET api/BrowseHistory/GetBrowseInfoNum

会员中心--查找浏览历史/楼盘关注/房源收藏

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

会员中心--查找浏览历史/楼盘关注/房源收藏

HouseBrowseInfoDto
NameDescriptionTypeAdditional information
LouPanCollectionNum

关注楼盘数量

integer

None.

FangyuanFollowNum

房源收藏数量

integer

None.

BrowseHistoryNum

浏览历史数量

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<HouseBrowseInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.BrowseHistory">
  <BrowseHistoryNum>3</BrowseHistoryNum>
  <FangyuanFollowNum>2</FangyuanFollowNum>
  <LouPanCollectionNum>1</LouPanCollectionNum>
</HouseBrowseInfoDto>