文档
测试

房价租金

POST
http://jimu.smartsteps.com/users/chart/view

接口描述

所选地块或区域平均商铺租金(以及小区房价

请求参数

参数名
类型
描述
必填
classTag
string
示例:001901
必填
projectId
string
示例:18f011e8ef262d1a4560a680de9fd411
必填
timestamp
int
示例:1596524705000
必填
polygonIds
string
示例:1
必填

响应参数

参数名
类型
描述
必填
result
object
数据字典
必填
data
object
数据字典
必填
housePrice
float
示例:138517.97088552645
必填
shHousePrice
int
示例:0
必填
leasePrice
float
示例:14.177336864649122
必填
option
object
数据字典
必填
tooltipTitle
string
示例:所选地块或区域平均商铺租金(以及小区房价
必填
unit
string
示例:元
必填
title
string
示例:房价租金
必填
classTag
string
示例:001901
必填
timestamp
int
示例:1596524705000
必填
code
int
示例:1
必填
message
string
示例:成功
必填

说明 / 示例

``` { "classTag": "001901", "projectId": "18f011e8ef262d1a4560a680de9fd411", "timestamp": 1596524705000, "polygonIds": "1" } ``` ``` { "result": { "data": { "housePrice": 138517.97088552645, "shHousePrice": 0.0, "leasePrice": 14.177336864649122 }, "option": { "tooltipTitle": "所选地块或区域平均商铺租金(以及小区房价", "unit": "元", "title": "房价租金" }, "classTag": "001901", "timestamp": 1596524705000 }, "code": 1, "message": "成功" } ```