api.js 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. import login from './httpList/login.js'
  2. import polyvVideo from './httpList/polyvVideo.js'
  3. import course from './httpList/course.js'
  4. import oss from './httpList/oss.js'
  5. import bank from './httpList/bank.js'
  6. import note from './httpList/note.js'
  7. import face from './httpList/face.js'
  8. import userInfo from './httpList/userInfo.js'
  9. import teacher from './httpList/teacher.js'
  10. import chapter from './httpList/chapter.js'
  11. import collect from './httpList/collect.js'
  12. import advertising from './httpList/advertising.js'
  13. import system from './httpList/system.js'
  14. import record from './httpList/record.js'
  15. import plan from './httpList/plan.js'
  16. import wxpay from './httpList/wxpay.js'
  17. import order from './httpList/order.js'
  18. import category from './httpList/category.js'
  19. import coupon from './httpList/coupon.js'
  20. export default {
  21. ...login,
  22. ...polyvVideo,
  23. ...course,
  24. ...oss,
  25. ...bank,
  26. ...note,
  27. ...face,
  28. ...userInfo,
  29. ...teacher,
  30. ...chapter,
  31. ...collect,
  32. ...advertising,
  33. ...system,
  34. ...record,
  35. ...plan,
  36. ...wxpay,
  37. ...order,
  38. ...category,
  39. ...coupon
  40. }