企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
[TOC] ## 列表 ~~~[api] post:/dynamic/getlist *int:page=默认值1#分页 *int:limit=默认值5#每页显示条数 *int:member_id=1#会员id <<< success { "code": 0, "info": "成功", "data":[ { "id": 1, "member_id": 439, "create_date": "2018-11-07", "content": "test" } ] } <<< error ~~~