简要描述
请求URL
{{BASE_URL}}/api/job.paper/index?limit=1
GET # 获取列表
{{BASE_URL}}/api/job.paper/del/ids/:ids
DELETE # 删除试卷
参数
参数名 |
必选 |
类型 |
说明 |
filter |
是 |
json 字符串 |
step传固定值, webLiveCommonScript , 根据 belongs 字段做两个试卷库列表 使用 tab 切换,1 为个人试卷库, 2 为公共试卷库, 公共题库不允许编辑, 删除 |
返回示例
{
"code": 20000,
"msg": "success",
"time": "2021-09-14 11:04:45",
"data": {
"count": 1,
"list": [
{
"jobPaperId": 73,
"platformId": 527,
"step": "webLiveCommonScript",
"video": "",
"name": "wznb",
"background": null,
"score": "6.00",
"belongs": 1,
"extra": {
"题干"
},
"status": 1,
"addTime": "2021-09-14 10:43:46",
"updateTime": "2021-09-14 10:43:46"
}
]
}
}
返回参数说明
参数名 |
类型 |
说明 |
groupid |
int |
用户组id,1:超级管理员;2:普通用户 |
备注