文档
测试

标签菜单遍历

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

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:成功
必填
httpStatus
int
示例:200
必填
data
object
数据字典
必填
total
int
示例:26
必填
title
string
示例:全部
必填
list
array
数据列表
必填
id
int
示例:8
必填
parentId
int
示例:0
必填
userId
int
示例:1
必填
deleteStatus
int
示例:0
必填
path
object
示例:null
必填
children
array
数据列表
必填
id
int
示例:20
必填
parentId
int
示例:8
必填
userId
int
示例:1
必填
deleteStatus
int
示例:0
必填
path
object
示例:null
必填
children
object
示例:null
必填
title
string
示例:精彩照片
必填
isTag
int
示例:1
必填
total
int
示例:0
必填
picturesTotal
int
示例:13
必填
hotCount
int
示例:3
必填
num
object
示例:null
必填
description
object
示例:null
必填
createDate
string
示例:2021-03-12 05:11:47
必填
title
string
示例:主题照片
必填
isTag
int
示例:1
必填
total
int
示例:2
必填
picturesTotal
int
示例:23
必填
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": 26, "title": "全部", "list": [ { "id": 8, "parentId": 0, "userId": 1, "deleteStatus": 0, "path": null, "children": [ { "id": 20, "parentId": 8, "userId": 1, "deleteStatus": 0, "path": null, "children": null, "title": "精彩照片", "isTag": 1, "total": 0, "picturesTotal": 13, "hotCount": 3, "num": null, "description": null, "createDate": "2021-03-12 05:11:47" }, { "id": 24, "parentId": 8, "userId": 1, "deleteStatus": 0, "path": null, "children": null, "title": "时间", "isTag": 1, "total": 0, "picturesTotal": 1, "hotCount": 1, "num": null, "description": null, "createDate": "2021-03-12 05:11:47" } ], "title": "主题照片", "isTag": 1, "total": 2, "picturesTotal": 23, "hotCount": 3, "num": null, "description": null, "createDate": "2021-03-12 05:11:47" }, { "id": 27, "parentId": 0, "userId": 1, "deleteStatus": 0, "path": null, "children": null, "title": "test", "isTag": 1, "total": 0, "picturesTotal": 2, "hotCount": 0, "num": null, "description": null, "createDate": "2021-03-12 05:11:47" }, { "id": 29, "parentId": 0, "userId": 1, "deleteStatus": 0, "path": null, "children": null, "title": "新增标签名", "isTag": 1, "total": 0, "picturesTotal": 1, "hotCount": 0, "num": null, "description": null, "createDate": "2021-03-12 05:11:47" } ] }, "success": true }