文档
测试

考试排名

POST
api/user/trainPlan/examRank

接口描述

考试排名:部门、成员

请求头

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

请求参数

参数名
类型
描述
必填
college_id
string
示例:61d77baabc27cbc818fcf8bf9bcc57f8
必填
plan_id
string
计划id
必填
select_type
string
类型:dept部门 user成员
必填
batch_id
string
期数id
可选
begin_date
考试开始最小时间
可选
end_date
string
考试开始最大时间
可选
dept_id
string
部门id
可选

响应参数

参数名
类型
描述
必填
flag
int
示例:0
必填
msg
string
示例:success
必填
abid
string
示例:
必填
val
array
部门排名返回数据
必填
dept_id
string
部门id
必填
dept_name
string
部门名称
必填
student_num
int
成员数量
必填
not_num
int
未考试成员数
必填
pass_num
int
通过成员数
必填
unpass_num
int
未通过成员数
必填
average_score
string
平均分
必填
pass_rate
string
平均通过率
必填
val
array
成员排名返回数据
必填
id
string
成员培训id
必填
student_id
string
成员id
必填
student_name
string
成员姓名
必填
dept_id
string
部门id
必填
dept_name
string
部门名称
必填
job_id
string
岗位id
必填
job_name
string
岗位名称
必填
exam_status
string
考试状态 0待考试 1通过 2不通过
必填
exam_score
string
考试分数
必填