import http from '@/http/http.js' /** * 获取最近观看 */ export const selectByUserId = (data) => { return http.request({ url: '/courseCollect/selectByUserId', data: data }) }