BigCDN上传媒体文件(URL版本)
POST
/此接口会有两个回调,不支持同步调用
请求参数
Body 参数application/json
type
string
必需
client_id
integer
必需
is_sync
integer
必需
data
object
必需
expect_type
string
必需
cdn big_cdn
url
string
必需
示例
{
"type": "WW_BIG_CDN_UPLOAD_BY_URL_MSG",
"client_id": 1,
"is_sync": 1,
"data": {
"expect_type": "cdn",
"url": "https://dss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/topnav/newfanyi-da0cea8f7e.png"
}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 2 years ago