DYH云

DYH开放接口


监考列表

[TOC]

简要描述
  • 监考列表
请求URL
  • 199.edu.com/api/contest.contest/getProcessList?contestId=5183&limit=1
请求方式
  • GET
参数
参数名 必选 类型 说明
contestId int 竞赛 id
name string 账户名或真实姓名
返回示例
{
    "code": 20000,
    "msg": "success",
    "time": "2022-07-08 16:41:30",
    "data": {
        "contestId": 5183,
        "list": [
            {
                "platformId": 35545, # 用户 id
                "username": "53244004604", # 用户名
                "realName": "沈根", # 真实姓名
                "mobile": "", # 手机号
                "status": 1,
                "gradesNode": [ # 成绩详情列表, 判断与以前一样
                    {
                        "step": "web_currency_custom",
                        "duration": 5400,
                        "paperGrades": "82.50",
                        "paperGradesId": 52492,
                        "process": 1,
                        "liveProcess": -10,
                        "humpStep": "webCurrencyCustom"
                    }
                ],
                "state": "已完成", # 账号状态
                "hasWarn": false # 是否有异常
            }
        ],
        "count": 23, # 用户总数, 用于计算分页
        "groupId": 577, # 班级 id
        "userCount": 23, # 应到人数
        "userIn": 23, # 实到人数
        "startTime": "2022-07-03 20:10:00", # 开始时间
        "endTime": "2022-07-03 21:40:00", # 结束时间
        "groupName": "安徽电子商务教育协会", # 班级名字
        "studyPeriod": "2022年7月3日晚上"
    }
}

页面列表

ITEM_HTML