简要描述:
- 取数量排名前20个
请求URL:
GET/plugin.store-community.frontend.community.getHotCitys
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"citys": [
{
"city_id": 230100,
"city_name": "哈尔滨市",
"community_count": 1
},
{
"city_id": 150400,
"city_name": "赤峰市",
"community_count": 1
}
],
"position_switch": "0"
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
citys | arr | 社区开通城市数组 |
citys->city_id | int | 城市id |
citys->city_name | str | 城市名称 |
citys->community_count | int | 社区数量 |