curl --location --request GET 'https://hmajax.itheima.net/api/books?creator=老李'
{
"message": "查询图书列表成功",
"data": [
{
"id": 84861,
"bookname": "《西游记》",
"author": "吴承恩",
"publisher": "人民文学出版社"
},
{
"id": 84860,
"bookname": "《三国演义》",
"author": "罗贯中",
"publisher": "人民文学出版社"
},
{
"id": 84859,
"bookname": "《水浒传》",
"author": "施耐庵",
"publisher": "人民文学出版社"
}
]
}