curl --location --request GET 'http://localhost:0721/api/user/simple?id' \
--header 'Authorization: {{token}}'
{
"code": 200,
"message": "pariatur ad non Lorem dolore",
"data": {
"id": "77",
"username": "尹涛",
"avatar": "http://dummyimage.com/100x100",
"intro": "et cillum consectetur sunt qui",
"works": [
{
"id": "18",
"name": "地斗争二成",
"imgList": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400"
],
"authorId": "90",
"authorName": "非史身理青更易",
"authorAvatar": "http://dummyimage.com/100x100",
"isLiked": false
},
{
"id": "3",
"name": "得之但置出置较",
"imgList": [
"http://dummyimage.com/400x400"
],
"authorId": "48",
"authorName": "根在米林",
"authorAvatar": "http://dummyimage.com/100x100",
"isLiked": false
}
],
"isFollowing": true
}
}