更新说明

This commit is contained in:
uz
2025-08-05 11:36:11 +08:00
parent cc647e1455
commit b8e5694744
2 changed files with 37 additions and 1 deletions

35
example/example.json Normal file
View File

@@ -0,0 +1,35 @@
{
"code": 1,
"msg": "数据列表",
"page": 1,
"pagecount": 1,
"limit": "20",
"total": 1,
"list": [
{
"vod_id": 1,
"type_id": 1,
"vod_name": "bee",
"vod_pic": "https://i1.hdslb.com/bfs/archive/749ee5aa0cb813a9992da9af07e87c3bd44a558a.jpg",
"vod_actor": "暂无",
"vod_director": "暂无",
"vod_blurb": "暂无",
"vod_remarks": "演示",
"vod_year": "2024",
"vod_play_url": "bee$https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4#"
},
{
"vod_id": 2,
"type_id": 1,
"vod_name": "butterfly",
"vod_pic": "https://pic.rmb.bdstatic.com/bjh/3f110aa0b6f/250514/5f6ab3a910e27addf1a169ed7fed8db6.jpeg",
"vod_actor": "暂无",
"vod_director": "暂无",
"vod_blurb": "暂无",
"vod_remarks": "演示",
"vod_year": "2024",
"vod_play_url": "butterfly$https://flutter.github.io/assets-for-api-docs/assets/videos/butterfly.mp4#"
}
],
"class": [{ "type_id": 1, "type_pid": 0, "type_name": "昆虫" }]
}

View File

@@ -12,4 +12,5 @@ https://github.com/imaliang/tmdb-proxy
1. 选择 `TMDB` 服务 1. 选择 `TMDB` 服务
2. 填写 API 密钥 到 `密码/API Key` 2. 填写 API 密钥 到 `密码/API Key`
3. 开启自定义代理的 填写服务地址 到 `主机地址` 3. 如果有自己的代理服务 填写服务地址 到 `主机地址` ,没有不要填
4. 其他不需要填写