💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 扩展功能-留言板 * * * * * > 需要开通 留言板 扩展才可以使用该接口 ~~~[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 } ~~~