根据id获取帖子评论(本地数据库)
GET
http://localhost:3000/posts/postComment?page=2&post_id=123
接口描述
根据帖子id,返回本地数据库评论,一页10条
请求参数
参数名
类型
描述
必填
page
int
示例:2
必填
post_id
int
示例:123
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:评论查询成功
必填