api.js 727 B

12345678910111213141516171819202122232425262728
  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. export default {
  15. ...login,
  16. ...polyvVideo,
  17. ...oss,
  18. ...userInfo,
  19. ...system,
  20. ...wxpay,
  21. ...goods,
  22. ...business,
  23. ...course,
  24. ...grade,
  25. ...base,
  26. ...apply,
  27. ...systemPlan,
  28. }