目录
提交预取任务-PrefetchNewUcdnDomainCache
提交预取任务
Request Parameters
Parameter name | Type | Description | Required |
ProjectId | string | 项目ID。不填写为默认项目,子帐号必须填写。 请参考GetProjectList接口 | No |
UrlList.n | string | 预热URL列表 | Yes |
Response Elements
Parameter name | Type | Description | Required |
RetCode | int | 操作返回码 | Yes |
Action | string | 操作名称 | Yes |
TaskId | string | 本次提交url对应的任务id | No |
Request Example
https://api.auto-ai.com.cn/?Action=PrefetchNewUcdnDomainCache &UrlList.n=ieijlGgl
Response Example
{ "Action": "PrefetchNewUcdnDomainCacheResponse", "RetCode": 0, "TaskId": "IhrznXRB" }