eight
2024-12-02 a90276a242ddca6f45e234c5cc4832a7a01a7e03
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 })
  }
}