From c1cf70d01a5b11075170cfc6278a213833d1f799 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 10 六月 2025 16:55:57 +0800 Subject: [PATCH] 1 --- src/api/team/tuanti.js | 27 +++++++++++++++++++++++++-- 1 files changed, 25 insertions(+), 2 deletions(-) diff --git a/src/api/team/tuanti.js b/src/api/team/tuanti.js index a632830..a498571 100644 --- a/src/api/team/tuanti.js +++ b/src/api/team/tuanti.js @@ -21,7 +21,7 @@ //鍥綋棰勭害纭鎺ュ彛 (鏂扮増鏈�) export function newConfirm(data) { return request({ - url: '/reservation/reservation/newReservationConfirm' , + url: '/reservation/reservation/newReservationConfirmxbb' , method: 'post', data:data }) @@ -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