import http from "../http.js"; // 最近观看 export const watchRecord = () => { return http.get('/api/user/watchrecord/list'); } // 追剧列表 export const shelfList = () => { return http.get('/api/user/watchrecord/getshelf'); }