From 89c12efa2ef8464680c81b11a5d98ac39fc99338 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期一, 15 九月 2025 11:59:43 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/send_coupon' into send_coupon --- manager/src/api/kitchen.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/manager/src/api/kitchen.js b/manager/src/api/kitchen.js index e66be77..855cfe4 100644 --- a/manager/src/api/kitchen.js +++ b/manager/src/api/kitchen.js @@ -8,6 +8,13 @@ params: data }) } +// 绁炲帹鍒嗙被涓嶅垎椤� +export const getKitchenTypeAllList = () => { + return service({ + url: "/lmk/kitchen-type/list", + method: "GET", + }) +} // 娣诲姞绁炲帹鏍囩 export const addKitchenType = (data) => { return service({ -- Gitblit v1.8.0