文档
测试

常住人口车房指数

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

接口描述

区域内常住人口房、车预测

请求参数

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

响应参数

参数名
类型
描述
必填
result
object
数据字典
必填
data
array
数据列表
必填
0
object
数据字典
必填
item
string
示例:有车
必填
per
float
示例:0.404
必填
value
int
示例:98362
必填
1
object
数据字典
必填
item
string
示例:无车
必填
per
float
示例:0.596
必填
value
int
示例:144911
必填
classTag
string
示例:001004
必填
chartType
string
示例:S18
必填
option
object
数据字典
必填
tooltipTitle
string
示例:区域内常住人口房、车预测
必填
unit
string
示例:人
必填
title
string
示例:常住人口车房指数
必填
timestamp
int
示例:1596440479000
必填
code
int
示例:1
必填
message
string
示例:成功
必填

说明 / 示例

``` { "classTag": "001004", "projectId": "18f011e8ef262d1a4560a680de9fd411", "timestamp": 1596440479000, "polygonIds": "1" } ``` ``` { "result": { "data": [ [{ "item": "有车", "per": 0.404, "value": 98362.0 }, { "item": "无车", "per": 0.596, "value": 144911.0 }], [{ "item": "有房", "per": 0.819, "value": 199246.0 }, { "item": "无房", "per": 0.181, "value": 44036.0 }] ], "classTag": "001004", "chartType": "S18", "option": { "tooltipTitle": "区域内常住人口房、车预测", "unit": "人", "title": "常住人口车房指数" }, "timestamp": 1596440479000 }, "code": 1, "message": "成功" } ```