文档
测试

精确查询

POST
http://yuanxin.picp.vip:58694/start/accurate

请求参数

参数名
类型
描述
必填
name
string
示例:照片名
必填
recordNum
string
示例:档案号
必填
shootingStart
string
示例:拍摄选择开始时间
必填
shootingEnd
string
示例:拍摄选择结束时间
必填
recordDateStart
string
示例:归档时间范围开始
必填
recordDateEnd
string
示例:归档时间范围结束
必填
saveStatus
string[]
示例:[0,1] 【存储期限 0:永久,1:定期,2:长期,3:短期】
必填
isRecord
string
示例:1 归档状态【0:否,1:是】
必填
yearNum
string
示例:0 年份【0:今年,1:去年,2:最近三年,3:最近五年,4:最近十年】
必填
menuId
string
示例:21 【分类id 】
必填
tagIds
array
标签名:[88,28] 【标签列表】
必填
yearArr
String[]
示例:[2020,2021]
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:成功
必填
httpStatus
int
示例:200
必填
data
object
数据字典
必填
total
int
示例:13
必填
list
array
数据列表
必填
userId
int
示例:1
必填
deptId
int
示例:1
必填
fileMenuId
object
示例:null
必填
createTime
object
示例:null
必填
updateBy
object
示例:null
必填
updateTime
object
示例:null
必填
storageId
int
示例:1578
必填
realName
object
示例:null
必填
name
object
示例:null
必填
suffix
string
示例:jpg
必填
path
string
示例:http://yuanxin.picp.vip:58694/img/fe176d49-62c6-4b1b-a32f-63cc4af2f4e5.jpg
必填
type
object
示例:null
必填
deleteStatus
object
示例:null
必填
size
object
示例:null
必填
content
object
示例:null
必填
thumbnailPath
string
示例:http://yuanxin.picp.vip:58694/img/smallThumbnail/fe176d49-62c6-4b1b-a32f-63cc4af2f4e5-small.jpg
必填
watermarkThumbnailPath
string
示例:http://yuanxin.picp.vip:58694/img/thumbnail/fe176d49-62c6-4b1b-a32f-63cc4af2f4e5-thumb.jpg
必填
isVertical
object
示例:null
必填
total
object
示例:null
必填
shootingDate
object
示例:null
必填
isRecord
int
示例:1
必填
saveTime
int
示例:0
必填
recordDate
object
示例:null
必填
deleteNum
object
示例:null
必填
saveNum
object
示例:null
必填
place
string
示例:地点
必填
task
string
示例:任务
必填
background
string
示例:背景
必填
photographer
string
示例:拍摄者
必填
isComplete
object
示例:null
必填
dimensions
string
示例:1920*1080
必填
event
string
示例:事由
必填
description
string
示例:描述
必填
authorDeptId
object
示例:null
必填
pageNum
int
示例:1
必填
pageSize
int
示例:1
必填
size
int
示例:1
必填
startRow
int
示例:1
必填
endRow
int
示例:1
必填
pages
int
示例:13
必填
prePage
int
示例:0
必填
nextPage
int
示例:2
必填
isFirstPage
boolean
示例:true
必填
isLastPage
boolean
示例:false
必填
hasPreviousPage
boolean
示例:false
必填
hasNextPage
boolean
示例:true
必填
navigatePages
int
示例:13
必填
navigatepageNums
array
数据列表
必填
navigateFirstPage
int
示例:1
必填
navigateLastPage
int
示例:13
必填
success
boolean
示例:true
必填

说明 / 示例

{ "code": 200, "message": "成功", "httpStatus": 200, "data": [ { "storageId": 1296, "userId": null, "path": "D:\\WorkSpace\\managePictures_master\\localStorage\\123\\001\\fcfe767f-48e0-4294-9d1a-75ac5188f1e6.jpg", "thumbnailPath": "D:\\WorkSpace\\managePictures_master\\localStorage\\123\\001/smallThumbnail/fcfe767f-48e0-4294-9d1a-75ac5188f1e6.jpg", "watermarkPath": null, "watermarkThumbnailPath": "http://127.0.0.1:9090/images/123\\001/thumbnail/fcfe767f-48e0-4294-9d1a-75ac5188f1e6.jpg" } ], "success": true }