合并分片
已测完
POST
/zt/api/v1/obs/file/upload/merge
请求参数
Body 参数application/json
identifier
string
上传凭证
objectId
string
必需
示例
{
"identifier": "0000018BF606BB1C81021098F2A4ED49",
"objectId": "20231107134500002"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/zt/api/v1/obs/file/upload/merge' \
--header 'Content-Type: application/json' \
--data-raw '{
"identifier": "0000018BF606BB1C81021098F2A4ED49",
"objectId": "20231107134500002"
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
createTime
string
创建时间
updateTime
string
更新时间
storagePath
string
存储路径
fileSize
integer
文件大小
fileName
string
文件名
extensionName
string
扩展名
objectId
string
必需
contentType
string
类型
deleteFlag
string
删除标记
createUser
string
创建人
updateUser
string
更新人
storagePathOrigin
string
原存储路径
updateUserId
string
更新人id
createUserId
string
创建人id
identifier
string
凭证
示例
{
"data": {
"deleteFlag": "N",
"createTime": "2023-11-08 16:19:55",
"createUser": "15250021889",
"updateTime": "2023-11-08 16:19:55",
"updateUser": "15250021889",
"storagePath": "http://192.168.190.95:18100/api/v0/obs/file/download?objectId=b1a27394e7b54af885342c469f1f3985",
"storagePathOrigin": "http://100.125.32.61:80/king/b1a27394e7b54af885342c469f1f3985",
"updateUserId": "30e1f242754f408fba04fc069c3be478",
"fileSize": 11816146,
"createUserId": "30e1f242754f408fba04fc069c3be478",
"fileName": "XX住宅结构.ifc",
"extensionName": "ifc",
"objectId": "b1a27394e7b54af885342c469f1f3985",
"contentType": "application/octet-stream",
"identifier": "0000018BAE042D4B810450A56FD2147F"
},
"code": 0,
"msg": "成功"
}
修改于 2024-02-19 06:07:49