{
"is_temp": "N"
}
curl --location -g --request POST '/api/web/aliyun-oss/v1/sts/temp_oss?_weiran_secret={{weiran-secret}}' \
--header 'x-os: {{x-os}}' \
--header 'x-id: {{x-id}}' \
--header 'Authorization: Beare {{_token}}' \
--header 'x-type: user' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_temp": "N"
}'
{
"code": 1,
"message": "string",
"data": {
"directory": "string",
"prefix_url": "string",
"bucket": "string",
"access_key_secret": "string",
"access_key_id": "string",
"expiration": "string",
"security_token": "string"
}
}