GET api/FangYuan/GetHomeComplexNums

查询首页所需数据统计

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

查询首页所需数据统计

HomeComplexNums
NameDescriptionTypeAdditional information
ChushouNums

二手房数量

integer

None.

ChuzuNums

出租房数量

integer

None.

ShangpuNums

商铺数量

integer

None.

LoupanNums

楼盘数量

integer

None.

ZhongjieNums

中介数量

integer

None.

KanFangTuanId

看房团活动id

integer

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<HomeComplexNums xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto">
  <ChushouNums>1</ChushouNums>
  <ChuzuNums>2</ChuzuNums>
  <KanFangTuanId>6</KanFangTuanId>
  <LoupanNums>4</LoupanNums>
  <ShangpuNums>3</ShangpuNums>
  <ZhongjieNums>5</ZhongjieNums>
</HomeComplexNums>