文档
测试

批量创意任务

POST
localhost:8000/zuanzhan/zuanzhan/creative/task

请求参数

参数名
类型
描述
必填
creativeTasks
list
数组
必填
campaignId
必填
adgroupId
必填
creativeId
必填
startTime
yyyy-mm-dd HH:mm:ss
必填
endTime
yyyy-mm-dd HH:mm:ss
必填
adgroupName
必填
creativeLevel
必填
imagePath
必填
name
必填

说明 / 示例

**请求示例** url: localhost:8000/zuanzhan/zuanzhan/creative/task **response** ```javascript { "code": 0, "msg": "", "debugMsg": null, "data": [] } ```