curl --location --request GET 'http://localhost:0721/api/illustration/simple?id' \
--header 'Authorization: {{token}}'
{
"code": 200,
"message": "mollit",
"data": {
"id": "80",
"name": "众候温里越",
"imgList": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400"
],
"authorId": "15",
"authorName": "点快各四",
"authorAvatar": "http://dummyimage.com/100x100",
"isLiked": true
}
}