查询课程打卡记录
GET
/api/v1/app/clockIns
请求参数
参数名
类型
描述
必填
relatedCode
string
关联课程编号
必填
pageNo
int
页码
必填
pageSize
int
每页数量
必填
响应参数
参数名
类型
描述
必填
total
int
示例:3
必填
pages
int
示例:1
必填
objectId
int
示例:100002
必填
code
string
示例:f2863774ccf648a98518834327f1ac47
必填
relatedCode
string
示例:7ce80070ab914c7eb5a778a3ab92a240
必填
creatorName
string
打卡人 示例:王海明
必填
contentType
int
打卡内容类型(1.文字,2.图片,3.音频,4视频) 示例:2
必填
content
string
文字内容 示例:打卡了
必填
fileUrl
string
文件地址 示例:http://localhost:8087/api/v1/file/review?filePath=20236/17/16/90300b57-db2d-428c-bddc-07294ab1f0ef.png
必填
createDate
string
示例:2023-07-17 16:36:40
必填
resCode
string
示例:0000
必填
resMessage
string
示例:操作成功
必填
timestamp
string
示例:20230717163644129
必填