🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### 扩展功能-留言板 * * * * * > 需要开通 留言板 扩展才可以使用该接口 ~~~[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 } ~~~