描述

批量删除题目,最多单次支持删除50个题目;

接口地址

http://api-class.e.vhall.com/api/class/question/delete

请求参数

公共参数需要每次请求都附带上,详细内容请参考公共参数

参数名 类型 必选 说明
child_id int 子账户id
question_ids string 题目id 多个用, 分割
status int 1 删除全部, 0 删除未被关联到课程中的答题, 默认是0    

响应参数

返回形如''{"code":200,"msg":"success","data":''的json。

响应示例

{
    "code": "200",
    "msg": "success",
    "data": {}
}

错误码

code 含义
20000 子账号不存在
400 题目不存在
400 删除失败