api.js 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. import isHave from './httpList/isHave.js'
  21. import task from './httpList/task.js'
  22. export default {
  23. ...login,
  24. ...polyvVideo,
  25. ...course,
  26. ...oss,
  27. ...bank,
  28. ...note,
  29. ...face,
  30. ...userInfo,
  31. ...teacher,
  32. ...chapter,
  33. ...collect,
  34. ...advertising,
  35. ...system,
  36. ...record,
  37. ...plan,
  38. ...wxpay,
  39. ...order,
  40. ...category,
  41. ...coupon,
  42. ...isHave,
  43. ...task
  44. }