文档
测试

保存课程章节添加

POST
http://localhost:8076/api/course/saveaddcoursechapter

请求参数

参数名
类型
描述
必填
courseid
int
课程id
必填
title
string
标题
必填
thumb
string
缩略图
必填
description
string
简介
必填
videopath
string
视频地址
必填
sort
int
排序
必填
content
string
详细信息(富文本)
必填
dcwordsList
array
章节对应的单词试卷列表
必填
dcwordspaperid
int
单词试卷id
必填
sort
int
排序
必填
requestPaperList
array
章节对应的考试试卷列表
必填
requestpaperid
int
考试试卷id
必填
sort
int
排序
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
status
boolean
示例:true
必填
info
object
数据字典
必填
id
int
章节id
必填
courseid
string
课程id
必填
title
string
示例:章节2
必填
thumb
string
示例:缩略图
必填
description
string
示例:简介大赛考试甲府风林的设计费克雷登斯
必填
videopath
string
示例:视频地址
必填
sort
string
示例:1
必填
content
string
示例:详细信息(富文本)
必填
updatedAt
string
示例:2020-12-21T08:11:26.000Z
必填