addChpater
POST
http://localhost:7000/api/admin/course/editChpater
接口描述
添加章节
请求参数
参数名
类型
描述
必填
courseId
string
必填
name
string
必填
img
string
必填
url
string
必填
weight
string
必填
n_exampaperId
string
必填
响应参数
参数名
类型
描述
必填
code
int
示例:1
必填
message
string
示例:成功
必填
response
object
示例:null
必填