upload_url(预签名 OSS 链接)upload_urlPOST /v1/files/upload/complete 确认上传file_name — 文件名(必填)file_size — 文件大小(可选)app-key: ********************{
"file_name": "string",
"file_size": 0,
"content_type": "string"
}curl --location 'https://api.jieshuo.cn/v1/files/upload' \
--header 'x-code;' \
--header 'app-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"file_name": "string",
"file_size": 0,
"content_type": "string"
}'{
"code": 10000,
"message": "Success",
"data": {
"file_id": "string",
"file_name": "string",
"file_hash": "string",
"upload_url": "string",
"oss_key": "string",
"expires_in": 3600
}
}