文檔
測試

content

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

接口描述

獲取詳情頁信息

請求參數

參數名
類型
描述
必填
ID
number
詳情頁内容的ID編号
必填

響應參數

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

說明 / 示例

# 請求示例 `http://www.yunucms.cn/index.php/api/content?id=30` # 響應示例 ```language { "state": 200, "info": "請求成(chéng)功", "data": { "id": 30, "cid": 29, "mid": 35, "title": "案例1", "jumpurl": "", "etitle": "", "click": 118, "vid": 1, "sort": 0, "istop": 1, "create_time": 1506676928, "update_time": 1506676947, "aid": 1, "seo_title": "案例1", "seo_keywords": "建築裝飾五金,機械五金件,手動工具,電動工具", "seo_desc": null, "area": "", "top": 0, "pic": "\/\/www.yunucms.cn\/uploads\/image\/20170929\/8c181da0f27dc6671dd5ec70453f9117.jpg", "tag": "", "conid": 1, "piclist": "", "desc": "<p>1<\/p>", "content": "<p>1<\/p>", "ys_title": "案例1", "url": "http:\/\/www.yunucms.cn\/kehuanli\/30.html", "prev": "沒(méi)有了", "next": "<a href='http:\/\/www.yunucms.cn\/kehuanli\/31.html'>案例2<\/a>", "category": { "id": 29, "title": "客戶案例", "etitle": "kehuanli", "subtitle": "", "pid": 0, "mid": 35, "pic": "", "seo_title": "", "seo_keywords": "", "seo_desc": "", "jumpurl": "", "tpl_cover": "", "tpl_list": "list_picture.html", "tpl_show": "show_product.html", "sort": 4, "status": 1, "target": 0, "nav": 1, "desc": "<p>這(zhè)裡(lǐ)是案例簡介設置這(zhè)裡(lǐ)是案例簡介設置這(zhè)裡(lǐ)是案例簡介設置這(zhè)裡(lǐ)是案例簡介設置這(zhè)裡(lǐ)是案例簡介設置這(zhè)裡(lǐ)是案例簡介設置這(zhè)裡(lǐ)是案例簡介設置這(zhè)裡(lǐ)是案例簡介設置這(zhè)裡(lǐ)是案例簡介設置這(zhè)裡(lǐ)是案例簡介設置這(zhè)裡(lǐ)是案例簡介設置這(zhè)裡(lǐ)是案例簡介設置<\/p>", "content": "", "cover": 0, "isarea": 0 } } } ```