企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
## 示例 ~~~[api] get:v1/article/getFormTplAnswerDetailByApp *string:article_id#文章id *string:open_id#open_id int:index#页码 int:limit#每页显示的条数 <<< success { "code": 0, "msg": "ok", "data": [ { "id": 1, "article_id": "a525fb72d4df2675a814537aa81194d7", "open_id": "hunyr", "content": "提交回执表单", "create_time": "2019-03-05 15:39:12" } ] } <<< error { "code":-1, "msg":"登录信息不存在", "data":{} } ~~~