import login from './httpList/login.js' import polyvVideo from './httpList/polyvVideo.js' import course from './httpList/course.js' import oss from './httpList/oss.js' import bank from './httpList/bank.js' import note from './httpList/note.js' import face from './httpList/face.js' import userInfo from './httpList/userInfo.js' import teacher from './httpList/teacher.js' import chapter from './httpList/chapter.js' import collect from './httpList/collect.js' import advertising from './httpList/advertising.js' import system from './httpList/system.js' import record from './httpList/record.js' import plan from './httpList/plan.js' import wxpay from './httpList/wxpay.js' import order from './httpList/order.js' import category from './httpList/category.js' import coupon from './httpList/coupon.js' import isHave from './httpList/isHave.js' import task from './httpList/task.js' export default { ...login, ...polyvVideo, ...course, ...oss, ...bank, ...note, ...face, ...userInfo, ...teacher, ...chapter, ...collect, ...advertising, ...system, ...record, ...plan, ...wxpay, ...order, ...category, ...coupon, ...isHave, ...task }