api.js 996 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. export default {
  20. ...login,
  21. ...polyvVideo,
  22. ...course,
  23. ...oss,
  24. ...bank,
  25. ...note,
  26. ...face,
  27. ...userInfo,
  28. ...teacher,
  29. ...chapter,
  30. ...collect,
  31. ...advertising,
  32. ...system,
  33. ...record,
  34. ...plan,
  35. ...wxpay,
  36. ...order,
  37. ...category
  38. }