版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

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
            }

        ]

    }

}