POI热度榜
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/data/external/poi/billboard/
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/data/external/poi/billboard/' \
--header 'Content-Type: application/json' \
--data-raw '{
"billboard_type": 0
}'
响应示例响应示例
{
"data": {
"description": "string",
"error_code": "string",
"result_list": [
{
"poi_id": "string",
"poi_name": "string",
"rank": "string",
"score": "string"
}
]
},
"extra": {
"description": "string",
"error_code": 0,
"logid": "string",
"now": 0,
"sub_description": "string",
"sub_error_code": 0
}
}
请求参数
Body 参数application/json