文档
测试

获取爱国主义课程列表

GET
http://localhost:8082/red-memory-user/study/redstudycourse/getList

响应参数

参数名
类型
描述
必填
msg
string
示例:查询成功
必填
code
int
示例:0
必填
page
object
数据字典
必填
totalCount
int
示例:2
必填
pageSize
int
示例:10
必填
totalPage
int
示例:1
必填
currPage
int
示例:1
必填
list
array
数据列表
必填
courseId
int
示例:1452542563344060400 课程id
必填
image
string
示例:http://guli123.oss-cn-beijing.aliyuncs.com/20211025/5940de5051134633b661dd2c4722a93f.jpg 课程封面图片
必填
title
string
示例:12345455436456354634563456456312 课程标题
必填
courseType
object
示例:null 当前字段没有使用
必填
releaseTime
string
示例:2021-10-07 00:00:00 发布时间
必填
content
string
示例:12312 课程简介
必填
createTime
string
示例:2021-10-25 15:48:28 创建时间
必填
articleType
String
patriotismCourse
必填

说明 / 示例

{ "msg": "查询成功", "code": 0, "page": { "totalCount": 2, "pageSize": 10, "totalPage": 1, "currPage": 1, "list": [ { "courseId": 1452542563344060416, "image": "http://guli123.oss-cn-beijing.aliyuncs.com/20211025/5940de5051134633b661dd2c4722a93f.jpg", "title": "12345455436456354634563456456312", "courseType": null, "releaseTime": "2021-10-07 00:00:00", "content": "12312", "createTime": "2021-10-25 15:48:28" }, { "courseId": 1452611687302696960, "image": "http://guli123.oss-cn-beijing.aliyuncs.com/20211026/d362a8e8ab9d4c4293df57472e259192.png", "title": "123123213asdasdasd", "courseType": null, "releaseTime": "2021-09-28 00:00:00", "content": "213213213", "createTime": "2021-10-25 20:23:09" } ] } }