zy
  1. cms
zy
  • proxy
    • Get proxy cache
      GET
    • Set proxy cache
      POST
  • memory
    • Add message data
      POST
    • Delete message data
      DELETE
    • Set message data
      PUT
    • Get message data
      GET
    • Create session data
      POST
    • Clear session data
      DELETE
    • Get session ids data
      GET
  • analyze
    • Add data
      POST
    • Delete data
      DELETE
    • Set data
      PUT
    • Get list
      GET
    • Get active
      GET
    • Get detail
      GET
    • Set default
      PUT
  • drive
    • Add data
      POST
    • Delete data
      DELETE
    • Set data
      PUT
    • Get list
      GET
    • Get active
      GET
    • Get detail
      GET
    • Set default
      PUT
  • db
    • Clear data
    • Export data
    • Import data
  • webdev
    • Local sync remote
    • Remote sync local
  • file
    • Get auto content
    • Get make content
    • Add file
    • Delete file
    • Update file content
    • Get file content
  • cms
    • 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
  • edit
    • Parser pd
    • Parser pdfa
    • Parser pdfh
    • Parser pdfl
    • Get sift category
    • Get sift filter
    • Get template names
    • Get template detail
  • rec
    • Get Douban Recommend
    • Get Recommend Hot
  • site
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get active
    • Get detail
    • Get detail
    • Set default
  • history
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get detail
    • Get detail
  • channel
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get detail
    • Get epg
  • iptv
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get active
    • Get detail
    • Set default
  • setting
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get setup
    • Get detail
    • Get detail
    • Set all data
  • star
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get detail
    • Get detail
  • system
    • Get server status
    • Get server ip
    • Axios request
    • Get media info
    • Get media screenshot
    • Remove m3u8 segment
  • /api/v1/ai/completions/chat
    POST
  • /api/v1/cloud/alist/init
    GET
  • /api/v1/cloud/alist/dir
    GET
  • /api/v1/cloud/alist/file
    GET
  • /api/v1/cloud/alist/search
    GET
  • /api/v1/film/cms/proxy
    POST
  • 数据模型
    • Schemas
      • ApiReponseSuccess
      • ApiReponseError
      • ApiReponseRedirect
  1. cms

Get cms category

GET
/api/v1/film/cms/category
Cms category.

请求参数

Query 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/film/cms/category?uuid&tid&page&extend'

返回响应

🟢200成功
application/json
Successful Operation
Body

示例
{
    "code": 0,
    "msg": "ok",
    "data": {
        "page": 0,
        "pagecount": 0,
        "total": 0,
        "list": [
            {
                "vod_id": "string",
                "vod_name": "string",
                "vod_pic": "string",
                "vod_remarks": "string",
                "vod_blurb": "string"
            }
        ]
    }
}
🟢200成功
修改于 2025-09-14 18:12:50
上一页
Get cms homeVod
下一页
Get cms detail
Built with