文档
测试

课程列表

GET
http://192.168.1.201:92/adminapi/curriculum/list?page=1&limit=20

请求头

参数名
类型
描述
必填
authori-zation
string
示例:3153ef521374fc46442fd19fe5c51d74
必填

请求参数

参数名
类型
描述
必填
page
int
示例:1
必填
limit
int
示例:20
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:返回成功
必填
data
object
数据字典
必填
current_page
int
示例:1
必填
data
array
数据列表
必填
id
int
示例:1
必填
course_name
string
示例:2022最牛课程 课程名称
必填
created_at
string
示例:2022-06-08 09:37:45 创建时间
必填
first_page_url
string
示例:http://192.168.1.201:92/adminapi/curriculum/list?page=1
必填
from
int
示例:1
必填
last_page
int
示例:1
必填
last_page_url
string
示例:http://192.168.1.201:92/adminapi/curriculum/list?page=1
必填
next_page_url
object
示例:null
必填
path
string
示例:http://192.168.1.201:92/adminapi/curriculum/list
必填
per_page
string
示例:20
必填
prev_page_url
object
示例:null
必填
to
int
示例:1
必填
total
int
示例:1
必填
code
int
示例:200
必填