文档
测试

信息编辑

POST
http://yuanxin.picp.vip:58694/system/storage/picture/edit

请求参数

参数名
类型
描述
必填
shootingDate
string
示例:2021-05-15 00:00:00
必填
content
string
示例:测试图片
必填
storageId
int
示例:1630
必填
name
string
示例:2045007
必填
fileMenuId
int
示例:2
必填
saveTime
string
示例:1
必填
is_record
string
示例:1
必填
tagIds
array
数据列表
必填
event
string
示例:0
必填
place
string
示例:昆明
必填
task
string
示例:人物
必填
background
string
示例:背景
必填
photographer
string
示例:李四
必填
authorDeptId
int
示例:101
必填
description
string
示例:王二
必填
diyName
array
数据列表
必填
name
string
示例:测试图片1
必填
value
string
示例:1
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:成功
必填
httpStatus
int
示例:200
必填
data
object
数据字典
必填
storages
array
数据列表
必填
storageId
int
示例:1350
必填
userId
object
示例:null
必填
path
string
示例:http://127.0.0.1:9090/images/1/001/a6028f34-e568-4810-824b-d49e541a548e.jpg
必填
thumbnailPath
string
示例:http://127.0.0.1:9090/images/1\001/smallThumbnail/a6028f34-e568-4810-824b-d49e541a548e.jpg
必填
watermarkPath
object
示例:null
必填
watermarkThumbnailPath
string
示例:http://127.0.0.1:9090/images/1\001/thumbnail/a6028f34-e568-4810-824b-d49e541a548e.jpg
必填
deptId
object
示例:null
必填
startDate
object
示例:null
必填
endDate
object
示例:null
必填
files
object
示例:null
必填
fileMenuId
object
示例:null
必填
content
string
示例:事由
必填
shootingDate
string
示例:2020-03-04
必填
place
string
示例:地点
必填
task
string
示例:任务
必填
background
string
示例:背景
必填
photographer
string
示例:拍摄者
必填
isComplete
object
示例:null
必填
total
int
示例:1
必填
success
boolean
示例:true
必填

说明 / 示例

{ "code": 200, "message": "成功", "httpStatus": 200, "data": { "storages": [ { "storageId": 1350, "userId": null, "path": "http://127.0.0.1:9090/images/1/001/a6028f34-e568-4810-824b-d49e541a548e.jpg", "thumbnailPath": "http://127.0.0.1:9090/images/1\\001/smallThumbnail/a6028f34-e568-4810-824b-d49e541a548e.jpg", "watermarkPath": null, "watermarkThumbnailPath": "http://127.0.0.1:9090/images/1\\001/thumbnail/a6028f34-e568-4810-824b-d49e541a548e.jpg", "deptId": null, "startDate": null, "endDate": null, "files": null, "fileMenuId": null, "content": "事由", "shootingDate": "2020-03-04", "place": "地点", "task": "任务", "background": "背景", "photographer": "拍摄者", "isComplete": null } ], "total": 1 }, "success": true }