所有分类 websocket测试 GET /api/news/cate 响应参数 参数名 类型 描述 必填 data array 分类数据 必填 id int 分类id 必填 title string 分类标题 必填 说明 / 示例 { "data": [ { "id": 11, "fid": 9, "title": "分类", "img": null, "remark": null, "content": null, "ord": 0 }, { "id": 12, "fid": 9, "title": "分类1", "img": null, "remark": null, "content": null, "ord": 0 } ] }
{ "data": [ { "id": 11, "fid": 9, "title": "分类", "img": null, "remark": null, "content": null, "ord": 0 }, { "id": 12, "fid": 9, "title": "分类1", "img": null, "remark": null, "content": null, "ord": 0 } ] }