无故事王国
2023-10-26 8eee8cb7f7451983d1b40c4cd33ef511735e16a4
WanPai/Root/Course/TCell/CourseBooking_1_TCell.swift
@@ -82,7 +82,7 @@
         var times = [OpenDoorTimeModel]()
         times.append(OpenDoorTimeModel(start_time: startDateTime, end_time: endDateTime))
         let openDoorModel = OpenDoorModel(sid: [studentAppointModel.siteId], rid: studentAppointModel.ids , uid: studentAppointModel.userId, time: times, type: 2)
         let openDoorModel = OpenDoorModel(sid: [studentAppointModel.siteId], rid: studentAppointModel.rid , uid: studentAppointModel.userId, time: times, type: 2)
         if let modelStr = openDoorModel.toJSONString(){
            QRPreview.show(modelStr)
         }