根据章节id获取课程章节信息
GET
http://localhost:8076/api/course/getcoursechapterdatabyid?id=1
请求参数
参数名
类型
描述
必填
id
int
示例:1
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
status
boolean
示例:true
必填
id
int
章节id
必填
courseid
int
课程id
必填
title
string
章节标题
必填
thumb
string
缩略图
必填
description
string
描述
必填
videopath
string
章节视频
必填
sort
int
排序
必填
content
string
详情
必填
createdAt
string
添加时间
必填