{
"title": "抖音视频推广任务",
"description": "发布一条抖音视频,展示产品特点",
"category_ids": "1,2",
"tag_ids": "1,3",
"video_url": "https://xxx.mp4",
"video_cover": "https://xxx.jpg",
"copywriting": "推荐文案内容",
"commission_amount": 50,
"commission_type": 1,
"commission_rules": [
{
"day": 1,
"name": "发布首日",
"amount": 20,
"settle_day": 3,
"check_type": 1
},
{
"day": 7,
"name": "第7天奖励",
"amount": 30,
"settle_day": 10,
"check_type": 1
}
],
"total_quota": 100,
"publish_deadline_days": 7,
"user_limit_count": 1,
"platform_ids": "1,2",
"difficulty_level": 1,
"is_hot": 1,
"is_recommend": 0,
"sort_order": 100
}curl --location --request POST '/admin/v1/mission/tasks' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "抖音视频推广任务",
"description": "发布一条抖音视频,展示产品特点",
"category_ids": "1,2",
"tag_ids": "1,3",
"video_url": "https://xxx.mp4",
"video_cover": "https://xxx.jpg",
"copywriting": "推荐文案内容",
"commission_amount": 50,
"commission_type": 1,
"commission_rules": [
{
"day": 1,
"name": "发布首日",
"amount": 20,
"settle_day": 3,
"check_type": 1
},
{
"day": 7,
"name": "第7天奖励",
"amount": 30,
"settle_day": 10,
"check_type": 1
}
],
"total_quota": 100,
"publish_deadline_days": 7,
"user_limit_count": 1,
"platform_ids": "1,2",
"difficulty_level": 1,
"is_hot": 1,
"is_recommend": 0,
"sort_order": 100
}'{
"code": 200,
"message": "success",
"data": {
"id": 1,
"task_no": "TASK202401141000010001",
"title": "抖音视频推广任务",
"commission_amount": 50,
"total_quota": 100,
"status": 1,
"created_at": "2024-01-14T10:00:00Z"
}
}