分页获取课程评价列表
GET
http://localhost:8076/api/course/getcoursecomment
请求参数
参数名
类型
描述
必填
pageindex
int
必填
pagesize
int
必填
courseid
int
课程id,默认为0全部
必填
status
int
状态:0:审核中 1:审核通过 2:审核不通过,默认为-1全部
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
status
boolean
示例:true
必填
count
int
示例:1
必填
id
int
示例:1
必填
memberid
int
示例:2604
必填
courseid
int
示例:5
必填
score
float
示例:4.5
必填
content
string
示例:test递四方速递范德萨范德萨防守打法
必填
status
int
示例:1
必填
createdAt
string
示例:2021-06-21T14:09:42.000Z
必填
updatedAt
string
示例:2021-06-21T14:09:42.000Z
必填