文档
测试

验证预约状态

POST
https://chaofen.zhongbochanghong.cn/addons/yun_shop/api.php?i=1&uuid=0&type=5&mid=2&version=v1.1.137&route=plugin.store-cashier.frontend.store.food.verify-appointment

请求参数

参数名
类型
描述
必填
store_id
int
门店id
必填
seat_id
int
餐位id
必填
reservation
int
预约时间戳
必填

说明 / 示例

可预约返回 ``` { "result": 1, "msg": "成功", "data": [] } ``` 不可预约返回 ``` { "result": 0, "msg": "餐位该时间已被预约", "data": [] } ```