POI认领列表
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/data/external/poi/claim/list/
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/data/external/poi/claim/list/' \
--header 'Content-Type: application/json' \
--data-raw '{
"open_id": "string",
"cursor": 0,
"count": 0
}'
响应示例响应示例
200 - 示例 1
{
"data": {
"cursor": "string",
"description": "string",
"error_code": "string",
"has_more": "string",
"list": [
{
"address": "string",
"name": "string",
"poi_id": "string"
}
],
"total": "string"
},
"extra": {
"description": "string",
"error_code": 0,
"logid": "string",
"now": 0,
"sub_description": "string",
"sub_error_code": 0
}
}
请求参数
Body 参数application/json