Skip to content

地域统计

接口地址

SERVICE-ADDRESS/summary/workerAreaSummary

方法:get

参数说明

参数 类型 是否必须 说明
appid string 唯一凭证
sign string 签名
projectId long 项目编码

返回数据示例

{
  "success": true,
  "code": "0",
  "message": "操作成功",
  "data": [
    {
      "code": "福建",
      "area": "福建",
      "workerCount": 2
    },
    {
      "code": "河南",
      "area": "河南",
      "workerCount": 104
    }
  ]
}

返回字段说明

字段 字段名称 字段格式 备注
code 地域code String
area 地域名称 String
workerCount 人数 int