From 9a8b438f23d9bf83d83b3cc7c6e4c25b7ac90d63 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期五, 22 十一月 2024 11:08:31 +0800 Subject: [PATCH] 确费 --- src/api/ecg/appointment/index.ts | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/api/ecg/appointment/index.ts b/src/api/ecg/appointment/index.ts index 836edaa..af3fe39 100644 --- a/src/api/ecg/appointment/index.ts +++ b/src/api/ecg/appointment/index.ts @@ -24,6 +24,7 @@ bookTime: Date // 棰勭害鍙戠敓鏃堕棿, 鐐瑰嚮棰勭害鐨勬椂闂� bookCheckType: number // 棰勭害妫�鏌ョ被鍨� paid: number //宸蹭粯娆� + bookSeqNum: number } // 棰勭害 API @@ -73,9 +74,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