添加随机视频

This commit is contained in:
muzihuaner
2026-03-18 12:58:37 +08:00
parent 59b7c66a89
commit cf64fdc6f5
3 changed files with 270 additions and 0 deletions

View File

@@ -277,6 +277,26 @@
"description": "返回格式[json|text]默认为json。json返回详细的物流轨迹数据text返回格式化的文本信息"
}
]
},
{
"name": "随机视频",
"description": "获取随机视频,支持多个分类,返回视频地址、封面和标签信息",
"path": "/api/sjsp/index.php",
"method": "GET",
"params": [
{
"name": "msg",
"type": "string",
"required": false,
"description": "视频分类[网红|明星|热舞|风景|游戏|动物|动漫],默认为动漫"
},
{
"name": "type",
"type": "string",
"required": false,
"description": "返回格式[json|text]默认为json。json返回视频信息text返回格式化文本"
}
]
}
]
}