企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/group/lists` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |uid|是|bigint|用户uid|-| |order|是|string|排序字段 例如 create_time desc/create_time asc|-| |num|是|int|一页展示几条 (别太多)|-| |p|是|int|页数 第几页|-| **返回示例** - success ```json { "ret": 0, "msg": "ok", "count": "4", "totalPages": 1, "totalRows": "4", "nowPage": 1, "data": [ { "id": "24", "uid": "1001144109075862057", "title": "长春教育", "status": "1", "create_time": "1441702237" }, { "id": "22", "uid": "1001144109075862057", "title": "哈尔滨教育", "status": "1", "create_time": "1441702234" }, { "id": "20", "uid": "1001144109075862057", "title": "沈阳教育", "status": "1", "create_time": "1441702201" }, { "id": "18", "uid": "1001144109075862057", "title": "芝罘教育", "status": "1", "create_time": "1441547585" } ] } ``` - error ```json { "ret": -1, "msg": "获取失败" } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2016-02-29 14:28:52 * * * * *