curl --location --request GET 'http://ajax-api.itheima.net/api/books'
{
"message": "查询图书列表成功",
"data": [
{
"id": 1,
"bookname": "黑马程序员",
"author": "小马",
"publisher": "北京出版社",
"createdAt": "2022-06-20T14:19:27.000Z",
"updatedAt": "2022-06-20T14:19:27.000Z"
}
]
}