企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
~~~[api] get:api/project_help/project/list *int:org_id#org_id int:index=1#页码,默认为1 int:limit=20#每页显示的条数 <<< success { "code": 0, "msg": "ok", "data": { "list": [ { "id": 3, "title": "asd", "description": "asdasdasd", "investor": "asd", "cover": "/uploads/image/20190123/bcfdb70fd1aa1f082487dd1c0d6312e6.png", "money": "1111", "start_time": "2019-01-01", "create_time": "2019-01-23 10:07:15", "is_top": 0 }, { "id": 1, "title": "12334534", "description": "asdasdasda", "investor": "1113454345", "cover": "/uploads/image/20190123/2eab49672d376dc5d3beafa4b2d486b2.png", "money": "123", "start_time": "2019-01-01", "create_time": "2019-01-22 17:47:02", "is_top": 0 } ], "count": 2, "totalPage": 1 } }