企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
~~~[api] get:/interflow_category/get_lists int:limit=10#每页显示数量 <<< success { "current_page": 1, "data": [ { "id": 1, "category_name": "技术分享", "created_at": null, "updated_at": null, "deleted_at": null }, { "id": 2, "category_name": "技术交流", "created_at": null, "updated_at": null, "deleted_at": null }, { "id": 5, "category_name": "寻求帮助", "created_at": null, "updated_at": null, "deleted_at": null } ], "first_page_url": "http://laraveldebug.test/interflow_category/get_lists?page=1", "from": 1, "last_page": 1, "last_page_url": "http://laraveldebug.test/interflow_category/get_lists?page=1", "next_page_url": null, "path": "http://laraveldebug.test/interflow_category/get_lists", "per_page": 10, "prev_page_url": null, "to": 3, "total": 3 } <<< error { "error": "获取失败获取暂无数据", "code": "GET_ERROR_OR_NO_DATA" } ~~~