api.js 1.3 KB

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