{
"keywords": "string",
"articleColumnId": "string",
"page": 0,
"pageSize": 0
}
curl --location --request POST '/api/website/article/list' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"keywords": "string",
"articleColumnId": "string",
"page": 0,
"pageSize": 0
}'
{
"code": 0,
"message": "string",
"data": {
"total": 0,
"items": [
{
"id": "string",
"title": "string",
"abstract": "string",
"cover": "string",
"banner": "string",
"publishTime": 0,
"articleColumnItems": [
{
"id": "string",
"name": "string"
}
],
"videoDurations": [
0
]
}
]
}
}