curl --location --request GET 'http://localhost:0721/api/history/list?pageSize=10¤t=1' \
--header 'Authorization: {{token}}'
{
"code": 200,
"message": "culpa dolore",
"data": [
{
"id": "53",
"name": "增思对前组法位",
"imgList": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400"
],
"authorId": "15",
"authorName": "么由得目",
"authorAvatar": "http://dummyimage.com/100x100",
"createdAt": "1973-08-12 23:28:13"
},
{
"id": "32",
"name": "圆收命中以",
"imgList": [
"http://dummyimage.com/400x400"
],
"authorId": "13",
"authorName": "规每管为",
"authorAvatar": "http://dummyimage.com/100x100",
"createdAt": "2009-01-06 09:16:01"
}
]
}