合并扫码点餐

This commit is contained in:
魏啾
2024-05-10 10:59:34 +08:00
parent 09661b8b0b
commit b1e0dfb352
6 changed files with 320 additions and 44 deletions

View File

@@ -111,4 +111,7 @@ export default {
loginOut(data) { //退出登录
return uni.api.post("/loginOut", data);
},
productqueryShopIdByTableCode(data) { //通过桌码获取shopId
return uni.api.get("/product/queryShopIdByTableCode", data);
},
}