文档
测试

成绩获取接口

GET
/platform-framework/api/result/list

请求参数

参数名
类型
描述
必填
userId
String
传当前登录人的id
必填
scene
场景(训练、模拟考试、正式考试),训练成绩 - '训练',模拟考试 - '模拟',正式考试 - ‘正式考试’
必填

说明 / 示例

{ "errno": 0, "data": [ { "id": 1, "name": "鲍鱼哥", "title": "apple", "kind": "文章", "time": "60秒", "accuracy": "99%", "score": "99", "createTime": "2020-09-12", "userId": 1 }, { "id": 4, "name": "baozq", "title": "我有一只小毛驴", "kind": "短语", "time": "30秒", "accuracy": "80", "score": "80", "createTime": "2020-09-12", "userId": 1 }, { "id": 6, "name": "baozq", "title": "我有一只小毛驴", "kind": "短语", "time": "30秒", "accuracy": "0.8", "score": "80", "createTime": "2020-09-12", "userId": 1 } ], "errmsg": "执行成功" }