1. film
zyfun
  • proxy
    • Get proxy cache
    • Set proxy cache
  • aigc
    • Ai Chat Stream
    • Ai Chat Text
    • Add message data
    • Delete message data
    • Set message data
    • Get message data
    • Create session data
    • Delete session data
    • Get session id data
  • data
    • Data backup
    • Data resume
    • Clear data
    • Export data
    • Import data
  • file
    • Add file
    • Delete file
    • Update file content
    • Get file content
    • Get auto content
    • Get make content
  • film
    • Get cms init
      GET
    • Get cms home
      GET
    • Get cms homeVod
      GET
    • Get cms category
      GET
    • Get cms detail
      GET
    • Get cms search
      GET
    • Get cms play
      GET
    • Get cms action
      GET
    • Get cms proxy
      GET
    • Check cms validity
      GET
    • Parser pd
      POST
    • Parser pdfa
      POST
    • Parser pdfh
      POST
    • Parser pdfl
      POST
    • Parser sift category
      POST
    • Parser sift filter
      POST
    • Get template names
      GET
    • Get template detail
      GET
    • Decrypt code
      POST
    • Get Recommend Barrage
      GET
    • Post Barrage
      POST
    • Get Recommend Hot
      GET
    • Get Recommend Association
      GET
    • Get Douban Recommend
      GET
    • Add data
      POST
    • Delete data
      DELETE
    • Set data
      PUT
    • Get list
      GET
    • Get active
      GET
    • Get detail
      GET
    • Get detail
      GET
    • Set default
      PUT
  • live
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get detail
    • Get epg
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get active
    • Get detail
    • Get detail
    • Set default
    • Check validity
  • moment
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get detail
    • Get detail
    • Get related
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get detail
    • Get detail
  • parse
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get active
    • Get detail
    • Get detail
    • Set default
    • Check validity
    • Get media direct
  • plugin
    • Install plugin
    • Uninstall plugin
    • Update plugin status
    • Get list
    • Get detail
  • setting
    • Create data
    • Delete data
    • Set data
    • Get list
    • Get setup
    • Get detail
    • Get detail
    • Set all data
  • system
    • Get binary list
    • Install binary
    • Sniffer media
    • Get media info
    • Get media screenshot
    • Get server health
    • Get server ip
    • Axios request
    • Remove m3u8 segment
    • Get log
    • Process kill
    • Process match
  • 数据模型
    • Schemas
    • ApiReponseSuccess
    • ApiReponseError
    • ApiReponseRedirect
  1. film

Get cms detail

GET
/api/v1/film/cms/detail
Cms detail

请求参数

Query 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location '/api/v1/film/cms/detail?uuid=undefined&ids=undefined'

返回响应

🟢200
application/json
Response schema for cms detail
Bodyapplication/json

示例
{
    "code": 0,
    "msg": "ok",
    "data": {
        "page": 0,
        "pagecount": 0,
        "total": 0,
        "list": [
            {
                "vod_id": "string",
                "vod_name": "string",
                "vod_pic": "string",
                "vod_lang": "string",
                "vod_year": "string",
                "vod_area": "string",
                "vod_remarks": "string",
                "vod_score": "string",
                "vod_state": "string",
                "vod_class": "string",
                "vod_actor": "string",
                "vod_director": "string",
                "vod_content": "string",
                "vod_blurb": "string",
                "vod_play_from": "string",
                "vod_play_url": "string",
                "vod_episode": {
                    "property1": [
                        {
                            "text": "string",
                            "link": "string"
                        }
                    ],
                    "property2": [
                        {
                            "text": "string",
                            "link": "string"
                        }
                    ]
                },
                "type_name": "string",
                "vod_tag": "string"
            }
        ]
    }
}
🔴500
修改于 2026-05-08 06:50:23
上一页
Get cms category
下一页
Get cms search
Built with