文档
测试

通过拍摄时间查询

POST
http://yuanxin.picp.vip:58694/system/storage/searchByDate

接口描述

通过拍摄时间查询照片信息

请求头

参数名
类型
描述
必填
shootingDate
string
示例:2021-03-03
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:成功
必填
httpStatus
int
示例:200
必填
data
array
数据列表
必填
storageId
int
示例:1296
必填
userId
object
示例:null
必填
path
string
示例:D:\WorkSpace\managePictures_master\localStorage\123\001\fcfe767f-48e0-4294-9d1a-75ac5188f1e6.jpg
必填
thumbnailPath
string
示例:D:\WorkSpace\managePictures_master\localStorage\123\001/smallThumbnail/fcfe767f-48e0-4294-9d1a-75ac5188f1e6.jpg
必填
watermarkPath
object
示例:null
必填
watermarkThumbnailPath
string
示例:http://127.0.0.1:9090/images/123\001/thumbnail/fcfe767f-48e0-4294-9d1a-75ac5188f1e6.jpg
必填
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 }