curl --location --request GET '43.139.194.209:8088/article/list?currentPage&pageSize=' \
--header 'token;'
{
"code": 200,
"msg": "操作成功",
"data": {
"articleShowVOList": [
{
"articleId": "1589295012328550401",
"title": "采物原量第拉",
"summary": "nisi est consequat dolore pariatur",
"isTop": 0,
"viewCount": 0,
"likes": 0,
"comments": 0,
"collects": 0
}
],
"total": 1
}
}