userID: ********************curl --location --request GET 'http://ct-global.ctapi-internal.ctyun.local:31111/v4/oss/get-bucket-cors?regionID=nm8&bucket=bucket1' \
--header 'x-ctyun-user-id: {{userID}}' \
--header 'Accept-Language: zh-CN' \
--header 'userId: ef378f73-1c52-435e-90f2-6a9cd2258c8e' \
--header 'userID: <api-key>'{
"description":"成功",
"errorCode":"SUCCESS",
"message":"success",
"returnObj":{
"CORSRules":[
{
"allowedHeaders":["*"],
"allowedMethods":["GET","PUT","DELETE","HEAD","POST"],
"allowedOrigins":["http://203.193.231.238:65332","http://203.193.231.238:65332/"],
"exposeHeaders":["*"],
"maxAgeSeconds":3000
}
]
},
"statusCode":800
}