From cee2eca9c3e40b48c40a8fe80f938a777f03d463 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期二, 10 六月 2025 17:57:11 +0800
Subject: [PATCH] 1

---
 src/api/team/tuanti.js |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

diff --git a/src/api/team/tuanti.js b/src/api/team/tuanti.js
index 024a847..a498571 100644
--- a/src/api/team/tuanti.js
+++ b/src/api/team/tuanti.js
@@ -38,7 +38,12 @@
   })
 }
 
-
+export function getconfigKey(configKey) {
+  return request({
+    url: "/system/config/configKey/" + configKey,
+    method: "get",
+  });
+}
 // 
 export function getTeamTjPeopleList(teamNo) {
   return request({
@@ -78,3 +83,21 @@
 }
 
 
+// 鑾峰彇鑱屼笟鍗曚綅淇℃伅闆嗗悎
+export function getZybCompList() {
+  return request({
+    url: '/system/comp/getZybCompList',
+    method: 'get',
+  })
+}
+
+
+//鑱屼笟鍥綋棰勭害纭鎺ュ彛 (鏂扮増鏈�)
+export function newReservationConfirmxbb(data) {
+  return request({
+    url: '/zhiye/order/newReservationConfirmxbb' ,
+    method: 'post',
+    data:data
+  })
+}
+

--
Gitblit v1.8.0