文档
测试

打卡圈列表

POST
http://local.betterme.com/api/sign/list

接口描述

获取打卡或分享数据列表

请求参数

参数名
类型
描述
必填
limit
int
每页数据条数
必填
page
int
当前页码
必填
category_id
int
项目类别
必填
range
string
范围 为空为全部 d同部门 c通中心
必填
order
string
排序 默认为日期排序 heat 为热度
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1000
必填
message
string
示例:成功
必填
data
object
数据字典
必填
recordsTotal
int
示例:12
必填
currentPage
int
示例:1
必填
lastPage
int
示例:3
必填
data
array
数据列表
必填
id
int
打卡或分享编号:14
必填
category_id
int
项目类别:1
必填
title
string
标题:测试
必填
image_urls
object
图片:null
必填
uid
int
发布人:2
必填
comment_num
int
评论数:1
必填
like_num
int
喜欢数:0
必填
created_at
string
发布时间:2021-06-25 11:28:22
必填
member
object
数据字典
必填
id
int
示例:2
必填
nickname
object
示例:null
必填
avatar_url
object
示例:null
必填
category
object
数据字典
必填
id
int
分类编号:1
必填
name
string
分类名称:晨间饮水
必填