curl --location --request GET '/api/community/articleLists'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"has_new": 1,
"list": [
{
"id": 26,
"user_id": 123,
"cate_id": 2,
"image": "http://www.likeshopb2b2c.localhost/123456789.png",
"content": "888888你好啊啊啊啊啊啊啊啊啊啊啊",
"like": 0,
"create_time": "2022-05-06 09:26:16",
"nickname": "用户123",
"avatar": "http://www.likeshopb2b2c.localhost/uploads/images/20210624004057b79706903.png",
"is_like": 0
}
],
"page": 1,
"size": 15,
"count": 1,
"more": 0
}
}