api.js 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. //新系统API存放位置
  2. import courseEducationType from '../newApi/courseEducationType'//教育类型
  3. import courseProjectType from '../newApi/courseProjectType'//项目类型
  4. import applyAreas from '../newApi/applyAreas'//报考地区
  5. import business from '../newApi/business'//业务层次
  6. import certificate from '../newApi/certificate'//证书
  7. import subject from '../newApi/subject'//科目/类目
  8. import testPeriod from '../newApi/testPeriod'//考期
  9. import colleges from '../newApi/colleges'//院校
  10. import label from '../newApi/label'//标签
  11. import professional from '../newApi/professional'//专业
  12. import streaming from '../newApi/streaming'//课程-流媒体管理
  13. import festival from '../newApi/festival'//课程-节管理
  14. import gigChapter from '../newApi/gigChapter'//课程大章
  15. import modules from '../newApi/modules'//课程模块
  16. import course from '../newApi/course'//课程管理
  17. import goods from '../newApi/goods'//商品
  18. import goodmenuCourses from '../newApi/menuCourse'//课程目录
  19. import paper from '../newApi/paper' //题库试卷管理
  20. import bankChapter from '../newApi/bankChapter'//题库大章管理
  21. import moduleBank from '../newApi/moduleBank'//题库模块管理
  22. import pay from '../newApi/pay'//支付
  23. import payee from '../newApi/payee'//收款方
  24. import payeeInfo from '../newApi/payeeInfo'//收款方详情
  25. import source from '../newApi/source'//渠道来源
  26. import visit from '../newApi/visit'//到访校区
  27. import serve from '../newApi/serve'//服务模式
  28. import supply from '../newApi/supply'//供应方
  29. import nature from '../newApi/nature'//收费
  30. import cost from '../newApi/cost'//费用类型
  31. import knowLedge from '../newApi/knowLedge'//知识点
  32. import appuser from '../newApi/appuser'//客户端用户管理
  33. import userInformationManagement from '../newApi/userInformationManagement'//用户信息管理
  34. import roleInfoManagement from '../newApi/roleInfoManagement'//角色信息管理
  35. import menu from '../newApi/menu'//菜单管理
  36. import dictdata from '../newApi/dictData'//字典数据
  37. import dicttype from '../newApi/dictType'//字典类型
  38. import ossUpload from '../newApi/ossUpload'//上传文件
  39. import jobManagement from '../newApi/jobManagement'//岗位管理
  40. import paperquestion from '../newApi/paperquestion'//题库题目管理
  41. import department from '../newApi/department'//部门信息管理
  42. import operationLog from '../newApi/operationLog'//操作日志记录
  43. import handout from '../newApi/handout'//讲义
  44. import order from '../newApi/order'//订单
  45. import orderSheet from '../newApi/orderSheet'//订单计费单
  46. import classTab from '../newApi/classTab'//班级
  47. import studentList from '../newApi/studentList'//学员
  48. import profile from '../newApi/profile'//资料模板
  49. import notification from '../newApi/notification'//通知
  50. import notificationFL from '../newApi/notificationFL'//通知分类
  51. import systemRemind from '../newApi/systemRemind'//提醒设置
  52. import teacher from '../newApi/teacher'//教师
  53. import examPlace from '../newApi/examPlace'//考试地点管理
  54. import examNum from '../newApi/examNum'//考试次数配置管理
  55. import examapply from '../newApi/examapply'//考试安排
  56. import qianpeiApi from '../newApi/qianpeiApi'//前培
  57. import applicationData from '../newApi/applicationData'//报考数据
  58. import polyv from '../newApi/polyv'//保利威
  59. import profiles from '../newApi/profiles'//填写资料审核管理
  60. import profileStamp from '../newApi/profileStamp'//盖章资料审核管理
  61. import recordList from '../newApi/recordList'//试卷做题记录
  62. import adv from '../newApi/adv'//广告位管理
  63. import advList from '../newApi/advList'//广告位发布储存管理
  64. import answer from '../newApi/answer'//答疑管理
  65. import rolesBusin from '../newApi/rolesBusin'//角色和业务层次关联
  66. import reviewer from '../newApi/reviewer'//学时审核用户
  67. import invoice from '../newApi/invoice'//订单发票
  68. import orderBusiness from '../newApi/orderBusiness'//录单配置
  69. import orderConfigBusiness from '../newApi/orderConfigBusiness'//配置详情
  70. import newOrder from '../newApi/newOrder'//录单管理
  71. import refund from '../newApi/refund'//退费管理
  72. import activityRecommend from '../newApi/activityRecommend'//商品推荐管理
  73. import homeApi from '../newApi/homeApi'//控制台学员数据
  74. import studyAccountStatus from '../newApi/studyAccountStatus'//学习账号标记
  75. import mock from '../newApi/mock'//模考管理
  76. import mockSub from '../newApi/mockSub'//预约模考管理
  77. import systemExam from '../newApi/systemExam'//模考活动列表
  78. //分销相关
  79. import poster from '../fxApi/poster'//海报列表
  80. import temp from '../fxApi/temp'//分销活动列表
  81. // 导入对应模块------------------------
  82. export default {
  83. ...poster,
  84. ...temp,
  85. ...courseEducationType,
  86. ...courseProjectType,
  87. ...applyAreas,
  88. ...business,
  89. ...certificate,
  90. ...subject,
  91. ...testPeriod,
  92. ...colleges,
  93. ...label,
  94. ...professional,
  95. ...streaming,
  96. ...festival,
  97. ...pay,
  98. ...payee,
  99. ...source,
  100. ...serve,
  101. ...visit,
  102. ...supply,
  103. ...nature,
  104. ...cost,
  105. ...gigChapter,
  106. ...modules,
  107. ...course,
  108. ...goods,
  109. ...goodmenuCourses,
  110. ...knowLedge,
  111. ...paper,
  112. ...bankChapter,
  113. ...moduleBank,
  114. ...payeeInfo,
  115. ...appuser,
  116. ...userInformationManagement,
  117. ...roleInfoManagement,
  118. ...menu,
  119. ...dictdata,
  120. ...dicttype,
  121. ...ossUpload,
  122. ...paperquestion,
  123. ...jobManagement,
  124. ...department,
  125. ...operationLog,
  126. ...handout,
  127. ...order,
  128. ...orderSheet,
  129. ...classTab,
  130. ...studentList,
  131. ...profile,
  132. ...notification,
  133. ...notificationFL,
  134. ...systemRemind,
  135. ...teacher,
  136. ...examPlace,
  137. ...examNum,
  138. ...examapply,
  139. ...qianpeiApi,
  140. ...applicationData,
  141. ...polyv,
  142. ...profiles,
  143. ...profileStamp,
  144. ...recordList,
  145. ...adv,
  146. ...advList,
  147. ...answer,
  148. ...rolesBusin,
  149. ...reviewer,
  150. ...invoice,
  151. ...orderBusiness,
  152. ...orderConfigBusiness,
  153. ...newOrder,
  154. ...refund,
  155. ...activityRecommend,
  156. ...homeApi,
  157. ...studyAccountStatus,
  158. ...mock,
  159. ...mockSub,
  160. ...systemExam,
  161. }