跳转至

刷新预热 api

POST 预热 URL tcdn:domain:query

POST /prod-api/acdn/tcdn/content/pushUrlsCache

Body 请求参数

{
  "area": "overseas",
  "parseM3U8": false,
  "urlEncode": false,
  "urls": ["http://www.test.com/test.html"]
}

请求参数

名称 位置 类型 必选 中文名 说明
Authorization header string none
body body object none
» area body string 预热地域 mainland:表示中国境内
» parseM3U8 body boolean parseM3U8 none
» urlEncode body boolean urlEncode none
» urls body [string] urls none

详细说明

» area: mainland:表示中国境内 overseas:表示中国境外 global:表示全球

返回示例

200 Response

{
  "msg": "成功",
  "code": 200
}

201 Response

{}

返回结果

状态码 状态码含义 说明 数据模型
200 OK none Inline
201 Created none Inline
401 Unauthorized none Inline
403 Forbidden none Inline
404 Not Found none Inline

返回数据结构

状态码 200

名称 类型 必选 约束 中文名 说明
» msg string true none none
» code integer true none none

数据模型