{
"token": "string",
"currentPage": 0,
"pageSize": 0,
"totalCount": 0,
"page": 0,
"limit": 0,
"start": 0,
"articleId": 0,
"articleDesc": "string",
"articleTitle": "string",
"articleUrl": "string",
"articleGroupId": 0,
"articleType": 0,
"articleSort": 0,
"articleStatus": 0,
"articleAddTime": "string"
}curl --location --request POST '/base/articleBase/queryAll' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"currentPage": 0,
"pageSize": 0,
"totalCount": 0,
"page": 0,
"limit": 0,
"start": 0,
"articleId": 0,
"articleDesc": "string",
"articleTitle": "string",
"articleUrl": "string",
"articleGroupId": 0,
"articleType": 0,
"articleSort": 0,
"articleStatus": 0,
"articleAddTime": "string"
}'{
"code": 0,
"message": "",
"data": {}
}