eight
2024-12-18 8ce35ee72e52f51f93e61d2dec6084c3cfd397b6
src/api/ecg/queuesequence/index.ts
@@ -16,7 +16,7 @@
  // 获得当天未满的VIP时间段
  getTimeslotByCheckType: async (checkType: number) => {
    return await request.get({ url: `/ecg/queue-sequence/get-timeslot-by-checktype`, checkType })
    return await request.get({ url: `/ecg/queue-sequence/get-timeslot-by-checktype?checkType=` + checkType })
  }
}