企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### 扩展功能-留言板 * * * * * > 需要开通 留言板 扩展才可以使用该接口 ~~~[api] post:/guestbook/add.html *string:username#用户名、昵称 *string:content#留言内容 string:email#联系邮箱 string:phone#联系电话 <<< success { "status": 1, "error_code": 0, "data": true, "msg": "", "returns_time": 1503989272 } <<< error { "status": 0, "error_code": 0, "data": { "status": 0, "msg": "邮箱格式不符" }, "msg": "邮箱格式不符", "returns_time": 1503989124 } ~~~