Skip to content

Comment(评论)

(数据库表 comments)

🍓列表

partcontent
url/comments
methodGET
JS
// params(请求参数)
{
   pageNum:1, // 页数 
   pageSize:10,// 条数
}
// 返回参数
{
    "total": 3,
    "code": 200,
    "data": [],
    "message": "查询成功!"
}

Released under the MIT License.