curl --location --request GET 'http://localhost:0721/api/user/like-works?id&pageSize¤t' \
--header 'Authorization: {{token}}'
{
"code": 200,
"message": "occaecat elit ut sint in",
"data": [
{
"id": "7",
"name": "及全进石总水府",
"imgList": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400"
],
"authorId": "44",
"authorName": "质党式需写明",
"authorAvatar": "http://dummyimage.com/100x100",
"isLiked": true
},
{
"id": "34",
"name": "值据术那",
"imgList": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400"
],
"authorId": "2",
"authorName": "住被况度验义",
"authorAvatar": "http://dummyimage.com/100x100",
"isLiked": false
}
]
}