{
"id": 0,
"path": "string",
"name": "string",
"note": "string",
"createDate": "2019-08-24T14:15:22Z",
"type": "string",
"aliOssConfig": {
"id": 0,
"accessKeyId": "string",
"endpoint": "string",
"bucket": "string",
"accessKeySecret": "string",
"internalEndpoint": "string",
"bucketCustomDomain": "string",
"阿里云配置": "string"
}
}
curl --location --request POST 'https://api.itbug.shop/api/storage/save' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjEiLCJleHAiOjE2OTU0MzcyMjR9.kbmW-3ddds9YwdKzKMieQOUQmjQdMZYE27N724f16Xk' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"path": "string",
"name": "string",
"note": "string",
"createDate": "2019-08-24T14:15:22Z",
"type": "string",
"aliOssConfig": {
"id": 0,
"accessKeyId": "string",
"endpoint": "string",
"bucket": "string",
"accessKeySecret": "string",
"internalEndpoint": "string",
"bucketCustomDomain": "string",
"阿里云配置": "string"
}
}'
{}