Get file(s) download url
POST
/oauthLast modified: 10 个月前
Maintainer:
Create file(s) download url
Request
Body Params multipart/form-data
module
string
required
Module name, Cannot be changed.
Example:
file_get_download_url
fids[]
array[string]
required
File id array.Supports up to 20 files
Example:
["114","29"]
ip
string
optional
IP address, Optional parameter. Supports IPv6 format.After filling in, the best download server suitable for the IP location will be selected. If not filled in, the requested IP will be used.
Example:
148.113.10.93
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 10 个月前