补充缺失的文件
This commit is contained in:
@@ -25,10 +25,16 @@ function getBookingDetail(bookingId) {
|
|||||||
return http.get('/groupCourse/bookings/' + bookingId)
|
return http.get('/groupCourse/bookings/' + bookingId)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** 扫码签到 */
|
||||||
|
function signIn(courseId, memberId) {
|
||||||
|
return http.post('/groupCourse/signin/' + memberId, { courseId })
|
||||||
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
bookCourse,
|
bookCourse,
|
||||||
cancelBooking,
|
cancelBooking,
|
||||||
getMemberBookings,
|
getMemberBookings,
|
||||||
getCourseBookings,
|
getCourseBookings,
|
||||||
getBookingDetail
|
getBookingDetail,
|
||||||
|
signIn
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user