说明 / 示例
返回示例
```json
{
"code": 20000,
"msg": "验证通过",
"data": {
"nums": 3,
"result": [
{
"book_id": "b2",
"book_name": "xxxx",
"press": "xxxx",
"author": "xxxx",
"status": 0,
"order_time": "2021-04-25",
"borrow_time": "None",
"giveback_time": "None",
},
{
"book_id": "b3",
"book_name": "xxxx",
"press": "xxxx",
"author": "xxxx",
"status": 1,
"order_time": "2021-04-25",
"borrow_time": "2021-04-25",
"giveback_time": null
},
{
"book_id": "b7",
"book_name": "xxxx",
"press": "xxxx",
"author": "xxxx",
"status": 2,
"order_time": "2021-04-25",
"borrow_time": "2021-04-26",
"giveback_time": "2021-04-27"
}
]
}
}
```