用户主观题作答信息查询
开发中GET
/api/answers/detail请求参数
Body 参数application/json
userId
integer
答题人id
examId
integer
考试id
示例
{
"userId": 0,
"examId": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
响应码
data
object
响应内容
records
array [object {9}]
试卷细腻些
realName
string
用户姓名
msg
string
响应信息
示例
成功示例
{
"code": 200,
"data": {
"records": [
{
"id": "98",
"content": "nulla enim",
"image": "http://dummyimage.com/400x400",
"sort": "Duis sed amet ex",
"options": [
{
"id": "54",
"content": "cillum anim",
"image": "http://dummyimage.com/400x400",
"answered": "nulla",
"short": "deserunt"
}
],
"answer": "quis enim mollit aliqua magna"
}
],
"realName": "与并但"
},
"msg": "fugiat ex dolore"
}
最后修改时间: 9 个月前