eight
2025-04-10 d09fe6aa593b974119628baf5e91bdfd0de7c378
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 })
  }
}