评论列表
POST
http://local.betterme.com/api/sign/comment/list
接口描述
根据打卡或分享编号 分页查询评论列表数据(需要授权)
请求参数
参数名
类型
描述
必填
health_habit_id
int
打卡或分享编号
必填
limit
int
每页数据条数,默认为5条
必填
page
int
当前页码
必填
响应参数
参数名
类型
描述
必填
code
int
示例:1000
必填
message
string
示例:成功
必填
recordsTotal
int
记录总数:1
必填
currentPage
int
当前页码:1
必填
lastPage
int
总页码数:1
必填