...
https://open.rabbitpre.com/api/fibo/data/getProfileWithType
请求JSON 参数
返回参数
参数 | 类型 | 说明 |
cityRate | list | 城市分布集合 |
city | string | 城市名称 |
rate | double | 占比小数,百分比 , 保留4位小数 |
count | long | 数量 |
返回成功示例
{
"code":"200",
"errorCode":"SUCCESS",
"msg":"ok",
"data":{
"cityRate":[
{
"city":"北京",
"rate":0.0616,
"count":145614051
},
{
"city":"深圳",
"rate":0.0395,
"count":93258034
},
{
"city":"上海",
"rate":0.0279,
"count":65896772
},
{
"city":"广州",
"rate":0.0278,
"count":65692866
}
]
}
}