curl --location --request GET 'http://localhost:8080/novel/visit_rank'
{
"code": "",
"message": "",
"data": [
{
"id": 0,
"categoryId": 0,
"categoryName": "",
"picUrl": "",
"bookName": "",
"authorName": "",
"bookDesc": "",
"wordCount": 0,
"lastChapterName": "",
"lastChapterUpdateTime": ""
}
]
}