🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### 示例 ~~~[api] post:www.tp.cn/api/v1/book/get *string:date=NULL# 日期 *int:tableid=NULL#桌台id(都为空获取全部预约) <<< success { "code": 201, "msg": "获取预订成功", "data": [ { "id": 12, "weid": 3, "groupid": 2, "tableids": 17, "booktime": 1547528400, "bookdate": "2019-01-15", "period": 1, "realname": "张三", "mobile": "15890032977", "person": 8, "createtime": 1547447633, "deltime": 0, "finishtime": 0, "status": 1, "remark": "哈哈哈", "orderid": 0, "table": "D6",//桌台 "area": "D"//区域 } ] } <<< error ~~~