AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
+++ get:/Group/lists *bigint:uid#用户uid *order#排序字段 例如 create_time desc/create_time asc *int:num#一页展示几条 (别太多) *int:p#页数 第几页 <<< success { "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 { "ret": -1, "msg": "获取失败" } +++