Download File
POST
/file/downloadRequest
Header Params
Content-Type
string
required
Example:
application/json
accessToken
string
required
Example:
{{accessToken}}
Body Params application/json
fileKey
string
required
File Key
Example
{
"fileKey": "xxx"
}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"code": "0",
"data": {}
}
Last modified: 7 months ago