文档
测试

性别对比

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

接口描述

区域内全部人口性别对比

请求参数

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

响应参数

参数名
类型
描述
必填
result
object
数据字典
必填
data
array
数据列表
必填
femaleValue
int
示例:1445641
必填
maleValue
int
示例:1411750
必填
classTag
string
示例:000004
必填
chartType
string
示例:S6
必填
option
object
数据字典
必填
tooltipTitle
string
示例:区域内全部人口性别对比
必填
unit
string
示例:人
必填
title
string
示例:性别对比
必填
timestamp
int
示例:1596522895000
必填
code
int
示例:1
必填
message
string
示例:成功
必填

说明 / 示例

``` { "classTag": "000004", "projectId": "18f011e8ef262d1a4560a680de9fd411", "timestamp": 1596522895000, "polygonIds": "" } ``` ``` { "result": { "data": [{ "femaleValue": 1445641, "maleValue": 1411750 }], "classTag": "000004", "chartType": "S6", "option": { "tooltipTitle": "区域内全部人口性别对比", "unit": "人", "title": "性别对比" }, "timestamp": 1596522895000 }, "code": 1, "message": "成功" } ```