GET api/FangYuan/GetTopAndRefreshEntity?id={id}

根据房源id获取房源刷新置顶版实体

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

房源id

integer

Required

Body Parameters

None.

Response Information

Resource Description

根据房源id获取房源刷新置顶版实体

HouseTopRefreshSimpleDto
NameDescriptionTypeAdditional information
Id

房源id

integer

None.

Chrtitle

房源标题

string

None.

Userid

发布会员id 默认值(0)

integer

None.

TopDate

房源付费置顶时间

date

None.

IsTop

是否置顶中 默认值(0)

boolean

None.

Flushdate

房源付费自动刷新时间

date

None.

IsFlush

房源是否还再自动刷新中

boolean

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<HouseTopRefreshSimpleDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.House">
  <Chrtitle>sample string 2</Chrtitle>
  <Flushdate>2024-04-20T06:05:48.0158364+08:00</Flushdate>
  <Id>1</Id>
  <TopDate>2024-04-20T06:05:48.0158364+08:00</TopDate>
  <Userid>3</Userid>
</HouseTopRefreshSimpleDto>