更新代码
This commit is contained in:
@@ -24,6 +24,17 @@ export function $bind(data) {
|
||||
}
|
||||
});
|
||||
}
|
||||
// 转/并桌
|
||||
export function tableswitch(data) {
|
||||
return request({
|
||||
url: '/api/place/switch',
|
||||
method: "put",
|
||||
data: {
|
||||
shopId: uni.getStorageSync('shopId'),
|
||||
...data
|
||||
}
|
||||
});
|
||||
}
|
||||
//获取台桌详情状态
|
||||
export function $returnTableDetail(data) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user