{
"id": 1,
"platform_id": 1,
"platform_name": "抖音",
"title": "抖音视频发布指南(更新版)",
"steps": [
{
"step": 1,
"content": "打开抖音APP"
},
{
"step": 2,
"content": "点击底部+号进入发布页面"
},
{
"step": 3,
"content": "选择视频并编辑"
},
{
"step": 4,
"content": "添加描述和话题"
},
{
"step": 5,
"content": "点击发布"
}
],
"sort_order": 200,
"is_active": 1
}curl --location --request PUT '/admin/v1/mission/publish-guides' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"platform_id": 1,
"platform_name": "抖音",
"title": "抖音视频发布指南(更新版)",
"steps": [
{
"step": 1,
"content": "打开抖音APP"
},
{
"step": 2,
"content": "点击底部+号进入发布页面"
},
{
"step": 3,
"content": "选择视频并编辑"
},
{
"step": 4,
"content": "添加描述和话题"
},
{
"step": 5,
"content": "点击发布"
}
],
"sort_order": 200,
"is_active": 1
}'{
"code": 200,
"message": "success",
"data": {
"id": 1,
"platform_id": 1,
"platform_name": "抖音",
"title": "抖音视频发布指南(更新版)",
"steps": [
{
"step": 1,
"content": "打开抖音APP"
},
{
"step": 2,
"content": "点击底部+号进入发布页面"
},
{
"step": 3,
"content": "选择视频并编辑"
},
{
"step": 4,
"content": "添加描述和话题"
},
{
"step": 5,
"content": "点击发布"
}
],
"sort_order": 200,
"is_active": 1,
"created_at": "2026-01-13T15:30:00+08:00",
"updated_at": "2026-01-13T15:45:00+08:00"
}
}