import login from './httpList/login.js' import polyvVideo from './httpList/polyvVideo.js' import oss from './httpList/oss.js' import userInfo from './httpList/userInfo.js' import wxpay from './httpList/wxpay.js' import system from './httpList/system.js' import goods from './httpList/goods.js' import business from './httpList/business.js' import course from './httpList/course.js' import grade from './httpList/grade.js' export default { ...login, ...polyvVideo, ...oss, ...userInfo, ...system, ...wxpay, ...goods, ...business, ...course, ...grade }