curl --location --request GET 'http://localhost:0721/api/favorite/search?id&keyword&pageSize¤t' \
--header 'Authorization: {{token}}'
{
"code": 38,
"message": "ex Duis reprehenderit",
"data": {
"works": [
{
"id": "61",
"name": "调则育花",
"imgList": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400"
],
"authorId": "22",
"authorName": "员度量照",
"authorAvatar": "http://dummyimage.com/100x100",
"isLiked": true
},
{
"id": "97",
"name": "布为调器毛总",
"imgList": [
"http://dummyimage.com/400x400"
],
"authorId": "77",
"authorName": "儿身己实",
"authorAvatar": "http://dummyimage.com/100x100",
"isLiked": true
},
{
"id": "24",
"name": "节等达深",
"imgList": [
"http://dummyimage.com/400x400"
],
"authorId": "14",
"authorName": "天件便反各而",
"authorAvatar": "http://dummyimage.com/100x100",
"isLiked": true
}
],
"total": 60
}
}