文档
测试

获取分类

GET
http://localhost:8082/red-memory-user/content/redcontentinfo/getMainAndSecondTypeList

接口描述

根据分类的id来获取 轮播图时只要展示 图片与标题

响应参数

参数名
类型
描述
必填
msg
string
示例:查询成功
必填
code
int
示例:0
必填
list
array
数据列表
必填
mainTypeId
string
示例:1440663916748345344
必填
mainTypeName
string
示例:红色资讯
必填
mainTypeSort
int
示例:1
必填
createTime
string
示例:2021-09-22 21:06:58
必填
children
array
数据列表
必填
secondTypeId
string
示例:1464148003366506496
必填
secondTypeName
string
示例:test11
必填
secondTypeSort
int
示例:5
必填
mainTypeId
string
示例:1440663916748345344
必填
createTime
string
示例:2021-11-26 16:24:21
必填

说明 / 示例

{ "msg": "查询成功", "code": 0, "list": [ { "mainTypeId": "1440663916748345344", "mainTypeName": "红色资讯", "mainTypeSort": 1, "createTime": "2021-09-22 21:06:58", "children": [ { "secondTypeId": "1464148003366506496", "secondTypeName": "test11", "secondTypeSort": 5, "mainTypeId": "1440663916748345344", "createTime": "2021-11-26 16:24:21" }, { "secondTypeId": "1464148031413817344", "secondTypeName": "test2", "secondTypeSort": 1, "mainTypeId": "1440663916748345344", "createTime": "2021-11-26 16:24:27" }, { "secondTypeId": "1464148090637389824", "secondTypeName": "21323112354545", "secondTypeSort": 2, "mainTypeId": "1440663916748345344", "createTime": "2021-11-26 16:24:42" }, { "secondTypeId": "1464148492875337728", "secondTypeName": "21323112354545", "secondTypeSort": 3, "mainTypeId": "1440663916748345344", "createTime": "2021-11-26 16:26:17" }, { "secondTypeId": "1464204926606512128", "secondTypeName": "test", "secondTypeSort": 4, "mainTypeId": "1440663916748345344", "createTime": "2021-11-26 20:10:32" } ] }, { "mainTypeId": "1440663988403834880", "mainTypeName": "红色历史", "mainTypeSort": 2, "createTime": "2021-09-22 21:06:58", "children": [] }, { "mainTypeId": "1441381460622839808", "mainTypeName": "红色##", "mainTypeSort": 3, "createTime": "2021-09-22 21:06:58", "children": [] }, { "mainTypeId": "1441381366511046656", "mainTypeName": "党史学习", "mainTypeSort": 4, "createTime": "2021-09-22 21:06:58", "children": [] }, { "mainTypeId": "1459506740897910784", "mainTypeName": "红色故事", "mainTypeSort": 5, "createTime": "2021-11-13 21:01:38", "children": [] } ] }