curl --location --request GET 'http://localhost:8080/novel/chapter/list'
{
"code": "",
"message": "",
"data": [
{
"id": 0,
"bookId": 0,
"chapterNum": 0,
"chapterName": "",
"chapterWordCount": 0,
"chapterUpdateTime": "",
"isVip": 0
}
]
}