文档
测试

保存更新文件

POST
http://192.168.100.125:8710/managent/saveUpdateFileAttachment

请求头

参数名
类型
描述
必填
Authorization
Bearer token
必填

请求参数

参数名
类型
描述
必填
id
string
示例:12321
必填
status
object
示例:null
必填
platformId
object
示例:null
必填
createUser
string
示例:admin
必填
createTime
object
示例:null
必填
updateTime
object
示例:null
必填
orgCode
string
示例:1212
必填
parentDirId
string
示例:afdsaf
必填
fileName
string
示例:safdsafds
必填
fileType
string
示例:.xml
必填
fileSize
int
示例:11212
必填
fileToken
string
示例:afdsaf
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填

说明 / 示例

{ "id": "12321", "status": null, "platformId": null, "createUser": "admin", "createTime": null, "updateTime": null, "orgCode": "1212", "parentDirId": "afdsaf", "fileName": "safdsafds", "fileType": ".xml", "fileSize": 11212, "fileToken": "afdsaf" } { "code": 1 }