curl --location --request POST 'http://store.xcyxfl.com/cinema/store/list-tag' \
--header 'Version: 1' \
--form 'page="1"' \
--form 'limit="10"'
{
"code": 200,
"message": "success",
"data": {
"total": 2,
"list": [
{
"id": 1,
"type": 1,
"name": "停车场1",
"sort": 10
},
{
"id": 3,
"type": 1,
"name": "小食品",
"sort": 0
}
]
}
}