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 ~~~