参数 | 必填 | 格式 | 说明 |
---|---|---|---|
token | 必填 | string | 请求密钥 |
type | 必填 | string | 列表为 list |
module | 必填 | string | 栏目为 menu |
id | 可选 | string | 获取此ID栏目下级栏目列表 / 为空获取所有栏目 |
{ "code": 1, "msg": "success", "go": "", "data": [ { "id": "1", "pid": "0", "reorder": "0", "title": "", "module": "", "indeximg": null, "imgurl": "", "icon": "", "content": "", "description": "", "target": "", "color": "", "ispc": "1", "ismob": "1", "iscontent": "0", "navtop": "1", "navbottom": "1", "diytpl": "", "diytplmob": null, "suffix": null, "lcms": "2", "isarea": "0", "stitle": null, "keywords": null, "info": null, "imgurls": [ "" ] } ] }
{ "code": 0, "msg": "ERROR" }