import http from "./config"; //获取面授课开课详情 export const queryFaceDetailById = (offcoursePlanId) => http.post(`/admin/offcourse/detailPlan?offcoursePlanId=` + offcoursePlanId + ``) //新建或编辑面授课开课 export const editPlan = (obj) => http.post('/admin/offcourse/editPlan', obj)