获取学段列表

请求URL

/base/getStageList GET POST

返回结果

{}

增加科目

请求URL

/base/addSubject GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
subject_name string 科目名称
subject_code string 科目代码
stage_id int 学段ID
sort_id int 排序号

返回结果

{}

删除科目

请求URL

/base/delSubject GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
subject_id int 科目ID

返回结果

{}

修改科目

请求URL

/base/updateSubject GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
subject_id int 科目ID
subject_name string 科目名称
subject_code string 科目代码
stage_id int 学段ID
sort_id int 排序号

返回结果

{}

科目列表

请求URL

/base/listSubject GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
stage_id int 学段id
pageNum int 页码
pageSize int 每页大小

返回结果

{}

获取科目详情

请求URL

/base/getSubject GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
subject_id int 科目ID

返回结果

{}

增加版本

请求URL

/base/addScheme GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
scheme_name string 版本名称
stage_id int 学段ID
subject_id int 科目ID
owner_id string 创建人ID
type_id int 1:章节目录结构 2:知识点结构
sort_id int 排序号

返回结果

{}

删除版本

请求URL

/base/delScheme GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
scheme_id int 版本ID

返回结果

{}

修改版本

请求URL

/base/updateScheme GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
scheme_id int 版本ID
scheme_name string 版本名称
stage_id int 学段ID
subject_id int 科目ID
type_id int 1:章节目录结构 2:知识点结构
sort_id int 排序号

返回结果

{}

版本列表

请求URL

/base/listScheme GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
stage_id int 学段ID
pageNum int 页码
pageSize int 每页大小

返回结果

{}

获取版本信息

请求URL

/base/getScheme GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
scheme_id int 版本ID

返回结果

{}

增加资源目录结构

请求URL

/base/addResourceStructure GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
structure_name string 章节目录名称
parent_id int 上级目录ID
scheme_id int 版本ID
sort_id int 排序号
owern_id int 1:东师理想提供结构,2:用户自定义结构

返回结果

{}

删除资源目录结构

请求URL

/base/delResourceStructureById GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
structure_id int 主键

返回结果

{}

按ID修改资源目录结构

请求URL

/base/updateResourceStructureById GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
structure_id int 主键
structure_name string 章节目录名称
parent_id int 上级目录ID
scheme_id int 版本ID
sort_id int 排序号
owern_id int 1:东师理想提供结构,2:用户自定义结构

返回结果

{}

按ID查询资源目录结构

请求URL

/base/getResourceStructureById GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
structure_id int 主键

返回结果

{}

分页查询资源目录结构

请求URL

/base/getResourceStructureList GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
pageNum int 页码
pageSize int 每页数量

返回结果

{}