获取用户学习记录历史
GET
http://localhost:8076/api/user/getuserstudyconstpagelist
请求参数
参数名
类型
描述
必填
pageindex
int
页码
必填
pagesize
int
每页数量
必填
memberid
int
用户id
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
status
boolean
示例:true
必填
count
int
示例:1
必填
id
int
示例:2
必填
memberid
int
用户id
必填
courseid
int
课程id
必填
chapterid
int
章节id
必填
startdate
string
开始时间
必填
enddate
string
结束时间
必填
remark
string
备注
必填
createdAt
string
创建时间
必填
username
string
示例:小豪豪
必填
phone
string
示例:1234567890
必填
email
string
示例:836630541@qq.com
必填