文档
测试

通过分类Id查询列表详情

GET
http://yuanxin.picp.vip:58694/system/class/search?menuId=8

接口描述

通过标签,分类Id查询照片列表信息

请求参数

参数名
类型
描述
必填
menuId
Integer
标签,文件夹Id
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:成功
必填
httpStatus
int
示例:200
必填
data
object
数据字典
必填
description
object
数据字典
必填
total
int
示例:2
必填
size
int
示例:6
必填
description
object
示例:null
必填
title
string
示例:test
必填
createDate
string
示例:2021-03-12 13:11:47
必填
tags
array
数据列表
必填
id
int
示例:6
必填
title
string
示例:4
必填
menus
object
数据字典
必填
storages
object
数据字典
必填
total
int
示例:3
必填
list
array
数据列表
必填
storageId
int
示例:1616
必填
userId
object
示例:null
必填
dimensions
string
示例:1080*2343
必填
width
object
示例:null
必填
height
object
示例:null
必填
size
string
示例:0.0
必填
name
string
示例:pictureName
必填
thumbnailPath
string
示例:http://3446z90y73.zicp.vip/img/smallThumbnail/cb93f2ef-fb8b-466b-81d4-c76e0b86e8d6-small.jpg
必填
watermarkThumbnailPath
string
示例:http://3446z90y73.zicp.vip/img/thumbnail/cb93f2ef-fb8b-466b-81d4-c76e0b86e8d6-thumb.jpg
必填
pageNum
int
示例:1
必填
pageSize
int
示例:1
必填
size
int
示例:1
必填
startRow
int
示例:0
必填
endRow
int
示例:0
必填
pages
int
示例:1
必填
prePage
int
示例:0
必填
nextPage
int
示例:0
必填
isFirstPage
boolean
示例:true
必填
isLastPage
boolean
示例:true
必填
hasPreviousPage
boolean
示例:false
必填
hasNextPage
boolean
示例:false
必填
navigatePages
int
示例:8
必填
navigatepageNums
array
数据列表
必填
navigateFirstPage
int
示例:1
必填
navigateLastPage
int
示例:1
必填
menus
object
数据字典
必填
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
示例:19
必填
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
示例:1
必填
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": { "desMap": { "total": 2, "size": 6, "description": null, "title": "test", "createDate": "2021-03-12 13:11:47" }, "menus": { "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, "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, "hotCount": 3, "num": null, "description": null, "createDate": "2021-03-12 05:11:47" } ], "title": "test", "isTag": 0, "total": 2, "hotCount": 3, "num": null, "description": null, "createDate": "2021-03-12 05:11:47" } }, "success": true }