api.js 841 B

1234567891011121314151617181920212223242526272829303132
  1. import login from './httpList/login.js'
  2. import polyvVideo from './httpList/polyvVideo.js'
  3. import oss from './httpList/oss.js'
  4. import userInfo from './httpList/userInfo.js'
  5. import wxpay from './httpList/wxpay.js'
  6. import system from './httpList/system.js'
  7. import goods from './httpList/goods.js'
  8. import business from './httpList/business.js'
  9. import course from './httpList/course.js'
  10. import grade from './httpList/grade.js'
  11. import base from './httpList/base.js'
  12. import apply from './httpList/apply.js'
  13. import systemPlan from './httpList/systemPlan.js'
  14. import myStudent from './httpList/myStudent.js'
  15. import order from './httpList/order.js'
  16. export default {
  17. ...login,
  18. ...polyvVideo,
  19. ...oss,
  20. ...userInfo,
  21. ...system,
  22. ...wxpay,
  23. ...goods,
  24. ...business,
  25. ...course,
  26. ...grade,
  27. ...base,
  28. ...apply,
  29. ...systemPlan,
  30. ...myStudent,
  31. ...order,
  32. }