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 }) } }