文档
测试

人生阶段

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

接口描述

根据预测模型,分析区域内常住人口的人生阶段

请求参数

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

响应参数

参数名
类型
描述
必填
result
object
数据字典
必填
data
array
数据列表
必填
item
string
示例:学生
必填
per
float
示例:0.018
必填
value
int
示例:4485
必填
classTag
string
示例:001003
必填
chartType
string
示例:S21
必填
option
object
数据字典
必填
tooltipTitle
string
示例:根据预测模型,分析区域内常住人口的人生阶段
必填
title
string
示例:人生阶段
必填
timestamp
int
示例:1596522895000
必填
code
int
示例:1
必填
message
string
示例:成功
必填

说明 / 示例

``` { "classTag": "001003", "projectId": "18f011e8ef262d1a4560a680de9fd411", "timestamp": 1596522895000, "polygonIds": "" } ``` ``` { "result": { "data": [{ "item": "学生", "per": 0.018, "value": 4485.0 }, { "item": "未婚", "per": 0.278, "value": 67600.0 }, { "item": "已婚未育", "per": 0.267, "value": 64900.0 }, { "item": "已婚已育", "per": 0.437, "value": 106300.0 }], "classTag": "001003", "chartType": "S21", "option": { "tooltipTitle": "根据预测模型,分析区域内常住人口的人生阶段", "title": "人生阶段" }, "timestamp": 1596522895000 }, "code": 1, "message": "成功" } ```