文档
测试

创建一条学习记录

POST
http://localhost:8076/clientapi/course/savememberstudylog

请求头

参数名
类型
描述
必填
token
string
示例:9e1e9b43fa8693b2c1ff3afffe11c5d7
必填

请求参数

参数名
类型
描述
必填
progressid
int
进度id
必填
courseid
int
课程id
必填
chapterid
int
章节id
必填
correctcount
int
正确数量
必填
errorcount
int
错误数量
必填
type
int
类型
必填
startdate
string
开始时间
必填
enddate
string
结束时间
必填
title
string
备注标题,比如:章节学习、章节测试等等
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
status
boolean
示例:true
必填