文檔
測試

catlist

POST
http://www.domain.com/index.php/Api/catlist

接口描述

欄目列表

請求參數

參數名
類型
描述
必填
cid
number
後(hòu)台欄目ID 或者 $cid-當前欄目id
必填
type
string
son-下級欄目 self-同級欄目 top-頂級欄目
必填
limit
number
必填
flag
number
0-不顯示外部鏈接和單頁 1-全部
必填

響應參數

參數名
類型
描述
必填
state
number
狀态碼
必填
info
string
描述
必填
data
array
結果集
必填

說明 / 示例

# 請求示例 `http://www.domain.com/index.php/api/catlist?cid=21&limit=2` # 響應示例 ```language { "state": 200, "info": "請求成(chéng)功", "data": [ { "id": 22, "title": "建築裝飾五金", "etitle": "jianzhuzhuangshiwujin", "subtitle": "", "pid": 21, "mid": 34, "pic": "", "seo_title": "", "seo_keywords": "", "seo_desc": "", "jumpurl": "", "tpl_cover": "", "tpl_list": "list_product.html", "tpl_show": "show_product.html", "sort": 1, "status": 1, "target": 0, "nav": 0, "desc": "<p>建築五金建築物或構築物中裝用的金屬和非金屬制品、配件的總稱。一般具有實用和裝飾雙重效果。<\/p>", "content": "", "cover": 0, "isarea": 1, "url": "http:\/\/www.yunucms.cn\/jianzhuzhuangshiwujin\/", "child": [ { "id": 35, "title": "建築五金", "etitle": "jianzhuwujin", "subtitle": "", "pid": 22, "mid": 34, "pic": "", "seo_title": "", "seo_keywords": "", "seo_desc": "", "jumpurl": "", "tpl_cover": "", "tpl_list": "list_product.html", "tpl_show": "show_product.html", "sort": 0, "status": 1, "target": 0, "nav": 0, "desc": "<p>建築五金建築物或構築物中裝用的金屬和非金屬制品、配件的總稱。一般具有實用和裝飾雙重效果。<\/p>", "content": "", "cover": 0, "isarea": 1, "url": "http:\/\/www.yunucms.cn\/jianzhuwujin\/", "child": [] }, { "id": 36, "title": "裝飾五金", "etitle": "zhuangshiwujin", "subtitle": "", "pid": 22, "mid": 34, "pic": "", "seo_title": "", "seo_keywords": "", "seo_desc": "", "jumpurl": "", "tpl_cover": "", "tpl_list": "list_product.html", "tpl_show": "show_product.html", "sort": 0, "status": 1, "target": 0, "nav": 0, "desc": "", "content": "", "cover": 0, "isarea": 1, "url": "http:\/\/www.yunucms.cn\/zhuangshiwujin\/", "child": [] }] }, { "id": 23, "title": "機械五金件", "etitle": "jixiewujinjian", "subtitle": "", "pid": 21, "mid": 34, "pic": "", "seo_title": "", "seo_keywords": "", "seo_desc": "", "jumpurl": "", "tpl_cover": "", "tpl_list": "list_product.html", "tpl_show": "show_product.html", "sort": 2, "status": 1, "target": 0, "nav": 0, "desc": "<p>五金:傳統的五金制品,也稱“小五金”。指金、銀、銅、鐵、錫五種(zhǒng)金屬。經(jīng)人工加工可以制成(chéng)刀、劍等藝術品或金屬器件。現代社會(huì)的五金更爲廣泛,例如五金工具、五金零部件、日用五金、建築五金以及安防用品等。小五金産品大都(dōu)不是最終消費品。<\/p>", "content": "", "cover": 0, "isarea": 1, "url": "http:\/\/www.yunucms.cn\/jixiewujinjian\/", "child": [ { "id": 38, "title": "機械五金", "etitle": "jixie", "subtitle": "", "pid": 23, "mid": 34, "pic": "", "seo_title": "", "seo_keywords": "", "seo_desc": "", "jumpurl": "", "tpl_cover": "", "tpl_list": "list_product.html", "tpl_show": "show_product.html", "sort": 0, "status": 1, "target": 0, "nav": 0, "desc": "", "content": "", "cover": 0, "isarea": 1, "url": "http:\/\/www.yunucms.cn\/jixie\/", "child": [] }] }] } ```