ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
### 示例 ~~~[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 ~~~