{
"pageNum": "1",
"pageSize": "20",
"id": null,
"keywords": "",
"categoryId": "1928292724911722497"
}curl --location --request POST 'http://localhost:8081/delicious-food-map/poi-data/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": "1",
"pageSize": "20",
"id": null,
"keywords": "",
"categoryId": "1928292724911722497"
}'{
"code": "",
"message": "",
"description": "",
"data": {
"records": [
{
"id": "",
"name": "",
"address": "",
"description": "",
"categoryId": "",
"categoryName": "",
"categoryDisplayName": "",
"categoryColor": "",
"categoryIcon": "",
"longitude": "",
"latitude": "",
"creator": "",
"createdTime": "",
"modifiedTime": "",
"photo": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": "",
"pages": 0
}
}