文档
测试

快讯分类管理列表

GET
http://47.114.73.205/admin_api/newscategary/list

请求参数

参数名
类型
描述
必填
limit
int
每页条数
必填

说明 / 示例

{ "suc": "ok", "message": "", "data": { "data": [ { "id": 1, "name": "全部", "cid": "", "sort": 0, "source": "金色财经", "url": "https://api.jinse.cn/noah/v2/lives?reading=false&source=web&category=" }, { "id": 2, "name": "精选", "cid": "", "sort": 1, "source": "金色财经", "url": "https://api.jinse.cn/noah/v2/lives?reading=false&source=web&category=" }, { "id": 3, "name": "政策", "cid": "", "sort": 2, "source": "金色财经", "url": "https://api.jinse.cn/noah/v2/lives?reading=false&source=web&category=" }, { "id": 4, "name": "数据", "cid": "", "sort": 3, "source": "金色财经", "url": "https://api.jinse.cn/noah/v2/lives?reading=false&source=web&category=" }, { "id": 5, "name": "NFT", "cid": "", "sort": 4, "source": "金色财经", "url": "https://api.jinse.cn/noah/v2/lives?reading=false&source=web&category=" }, { "id": 6, "name": "项目", "cid": "", "sort": 5, "source": "金色财经", "url": "https://api.jinse.cn/noah/v2/lives?reading=false&source=web&category=" } ], "count": 6, "limit": 10 } }