From e005f776031c7acdde4fd4545c8ee098101b1b55 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期五, 08 十一月 2024 18:45:41 +0800
Subject: [PATCH] update

---
 src/api/ecg/appointment/index.ts |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/api/ecg/appointment/index.ts b/src/api/ecg/appointment/index.ts
index 836edaa..9451565 100644
--- a/src/api/ecg/appointment/index.ts
+++ b/src/api/ecg/appointment/index.ts
@@ -73,9 +73,14 @@
     return await request.download({ url: `/ecg/appointment/export-excel`, params })
   },
 
-  // 淇敼棰勭害
+  // 棰勭害纭
   confirmAppointment: async (data: AppointmentVO) => {
       return await request.post({ url: `/ecg/appointment/confirm`, data })
+  },
+
+  // VIP棰勭害纭
+  confirmAppointmentVip: async (data: AppointmentVO) => {
+      return await request.post({ url: `/ecg/appointment/confirm-vip`, data })
   }
 
 }

--
Gitblit v1.9.3