GET 请求)中的请求头必须设置以下参数Content-Type: application/octet-stream
x-oss-meta-token: {{响应体中的 token}}curl --location --request GET 'https://gateway-openapi.coralglobal.cn/v1/file/download?fileId=&operate' \
--header 'X-Request-Id: {{X-Request-Id}}'{
"code": "string",
"message": "string",
"timestamp": "string",
"data": {
"fileId": "string",
"url": "string",
"token": "string"
}
}