文档
测试

根据分类统计列表

GET
http://yuanxin.picp.vip:58694/system/class/list

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:成功
必填
httpStatus
int
示例:200
必填
data
object
数据字典
必填
total
int
示例:187
必填
title
string
示例:全部
必填
list
array
数据列表
必填
id
int
示例:15
必填
parentId
int
示例:0
必填
userId
int
示例:1
必填
deleteStatus
int
示例:0
必填
path
object
示例:null
必填
children
array
数据列表
必填
id
int
示例:21
必填
parentId
int
示例:15
必填
userId
int
示例:1
必填
deleteStatus
int
示例:0
必填
path
object
示例:null
必填
children
object
示例:null
必填
title
string
示例:活动
必填
isTag
int
示例:0
必填
total
int
示例:0
必填
picturesTotal
int
示例:20
必填
hotCount
int
示例:3
必填
num
object
示例:null
必填
description
object
示例:null
必填
createDate
string
示例:2021-03-12 05:11:47
必填
title
string
示例:test
必填
isTag
int
示例:0
必填
total
int
示例:2
必填
picturesTotal
int
示例:174
必填
hotCount
int
示例:3
必填
num
object
示例:null
必填
description
object
示例:null
必填
createDate
string
示例:2021-03-12 05:11:47
必填
success
boolean
示例:true
必填

说明 / 示例

{ "code": 200, "message": "成功", "httpStatus": 200, "data": { "total": 187, "title": "全部", "list": [ { "id": 15, "parentId": 0, "userId": 1, "deleteStatus": 0, "path": null, "children": [ { "id": 21, "parentId": 15, "userId": 1, "deleteStatus": 0, "path": null, "children": null, "title": "活动", "isTag": 0, "total": 0, "picturesTotal": 20, "hotCount": 3, "num": null, "description": null, "createDate": "2021-03-12 05:11:47" }, { "id": 22, "parentId": 15, "userId": 1, "deleteStatus": 0, "path": null, "children": null, "title": "人物", "isTag": 0, "total": 0, "picturesTotal": 150, "hotCount": 3, "num": null, "description": null, "createDate": "2021-03-12 05:11:47" } ], "title": "test", "isTag": 0, "total": 2, "picturesTotal": 174, "hotCount": 3, "num": null, "description": null, "createDate": "2021-03-12 05:11:47" }, { "id": 11, "parentId": 0, "userId": 1, "deleteStatus": 0, "path": null, "children": null, "title": "9", "isTag": 0, "total": 0, "picturesTotal": 1, "hotCount": 0, "num": null, "description": null, "createDate": "2021-03-12 05:11:47" }, { "id": 12, "parentId": 0, "userId": 1, "deleteStatus": 0, "path": null, "children": [ { "id": 13, "parentId": 12, "userId": 1, "deleteStatus": 0, "path": null, "children": null, "title": "11", "isTag": 0, "total": 0, "picturesTotal": 6, "hotCount": 0, "num": null, "description": null, "createDate": "2021-03-12 05:11:47" } ], "title": "10", "isTag": 0, "total": 1, "picturesTotal": 12, "hotCount": 3, "num": null, "description": null, "createDate": "2021-03-12 05:11:47" } ] }, "success": true }