文档
测试

提交综合测试

POST
/clientapi/course/submitcomprehensivetest

请求参数

参数名
类型
描述
必填
correctcount
int
正确数量
必填
errorcount
int
错误数量
必填
score
string
得分
必填
startdate
datetime
开始时间
必填
enddate
datetime
结束时间
必填
status
int
状态(1:测试通过 2:测试不通过)
必填
requestList
array
试题集
必填
requestid
int
试题id
必填
title
string
标题
必填
category
int
类型 0:单选 1:多选 2:判断
必填
startdate
datetime
开始时间
必填
enddate
datetime
结束时间
必填
memberanswser
string
用户答案
必填
status
int
1:正确 2:错误
必填

响应参数

参数名
类型
描述
必填
code
int
必填
message
string
必填
data
object
返回数据
必填
status
bool
true或者false
必填
err
string
错误信息(status为false时返回)
必填