查看课程总体基本信息
GET
localhost:88/api/course/spuinfo/info/details/{courseId}
接口描述
查看某课程的基本信息
请求参数
参数名
类型
描述
必填
courseId
Long
课程id
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
totalCount
int
示例:2
必填
pageSize
int
示例:10
必填
totalPage
int
示例:1
必填
currPage
int
示例:1
必填