文档
测试

获取课程列表

GET
http://localhost:8076/clientapi/course/getcourselist

请求头

参数名
类型
描述
必填
token
string
示例:4a087fc4e06a432dd63da270bb37ca4d
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
status
boolean
示例:true
必填
dataList
array
课程列表
必填
id
int
课程id
必填
title
string
标题
必填
type
int
类型(0:免费课程 1:付费课程)
必填
thumb
object
缩略图
必填
description
string
描述
必填
content
string
内容(富文本)
必填
author
string
作者
必填