{}
curl --location --request POST '/api/website/articleColumn/list' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"message": "string",
"data": {
"total": 0,
"items": [
{
"id": "string",
"name": "string",
"listStyle": "string",
"navigationShow": true,
"sort": 0,
"children": [
{}
]
}
]
}
}