curl --location --request GET '/admin/v1/mission/publish-guides?page&page_size&platform_id&is_active' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4'{
"code": 200,
"message": "success",
"data": {
"list": [
{
"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": 1,
"platform_name": "抖音",
"title": "抖音直播发布指南",
"steps": [
{
"step": 1,
"content": "打开抖音APP,点击底部+号"
},
{
"step": 2,
"content": "选择开直播"
}
],
"sort_order": 50,
"is_active": 1,
"created_at": "2026-01-13T14:00:00+08:00",
"updated_at": "2026-01-13T14:00:00+08:00"
}
],
"total": 2,
"page": 1,
"page_size": 10
}
}