🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
+++ 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": "获取失败" } +++