eight
2025-04-15 589bcdb26f8e9d3e0d5ef46d27acc901c96d50ea
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 })
  }
}