curl --location --request GET '/admin/v1/mission/publish-guides/all' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4'{
"code": 200,
"message": "success",
"data": [
{
"id": 1,
"platform_id": 1,
"platform_name": "抖音",
"title": "抖音视频发布指南",
"steps": [
{
"step": 1,
"content": "打开抖音APP,点击底部+号"
},
{
"step": 2,
"content": "选择要发布的视频或拍摄新视频"
}
],
"sort_order": 100,
"is_active": 1,
"created_at": "2026-01-13T15:30:00+08:00",
"updated_at": "2026-01-13T15:30:00+08:00"
},
{
"id": 2,
"platform_id": 2,
"platform_name": "快手",
"title": "快手视频发布指南",
"steps": [
{
"step": 1,
"content": "打开快手APP"
},
{
"step": 2,
"content": "点击拍摄按钮"
}
],
"sort_order": 90,
"is_active": 1,
"created_at": "2026-01-13T14:00:00+08:00",
"updated_at": "2026-01-13T14:00:00+08:00"
}
]
}