api.js 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. // eta图表 我的图库 数据指标库
  2. import { dataBaseInterface, mychartInterface,chartFrameInterface } from './modules/chartApi';
  3. //接入的第三方的数据库
  4. import {
  5. lzDataInterface,
  6. glDataInterface,
  7. smmDataInterface,
  8. coalDataInterface,
  9. sciDataInterface,
  10. baiinfoInterface,
  11. nationalInterface
  12. } from './modules/thirdBaseApi';
  13. //手工指标 手工数据 手工数据权限
  14. import { dataInterence, dataAuthInterface } from './modules/dataApi';
  15. //部门管理 视频管理 互动管理(问答社区) 英文权限管理
  16. import { departInterence, videoInterence ,InteractionInterence,enAuthInterence} from './modules/setApi';
  17. //工作台 数据报表
  18. import { dataMainInterface } from './modules/statisticApi';
  19. //crm
  20. import { customInterence ,equityContacts} from './modules/crmApi';
  21. //合同
  22. import { contractInterface } from './modules/contractApi';
  23. //群发设置
  24. import { groupSendInterface } from './modules/groupSendApi';
  25. //权益相关 小程序 商品晨报
  26. import { raiInterface, morningPaper,raiSpecial } from './modules/rai/raiApi';
  27. // ficc商品小程序
  28. import { ficcManageInterface } from './modules/ficcApi'
  29. // 用印模块
  30. import { sealInterence } from './modules/sealApi'
  31. // 分类权限
  32. import { classifyPermissionInterface } from './modules/classifyApi'
  33. // 路演权限
  34. import { roadshowInterence } from './modules/roadshowApi'
  35. //沙盘接口
  36. import sandInterface from './modules/sandApi';
  37. //图库9.0(智能PPT版式) 接口
  38. import pptInterface from './modules/pptApi';
  39. //互动管理
  40. import interactiveInterface from './modules/interactive';
  41. // 共享网盘
  42. import cloudDiskInterface from './modules/cloudDisk';
  43. import homeInterface from './modules/home'
  44. //视频管理模块
  45. import videoInterface from './modules/videoApi'
  46. //权益视频管理模块
  47. import raiVideoApi from './modules/rai/videoListApi'
  48. //策略报告模块
  49. import {strategyReportInterence} from './modules/strategyReport'
  50. // 出差管理
  51. import {businessTripInterence} from './modules/businessTrip'
  52. import {reportVarietyENInterence} from './modules/reportVariety'
  53. export {
  54. dataBaseInterface,
  55. mychartInterface,
  56. chartFrameInterface,
  57. lzDataInterface,
  58. glDataInterface,
  59. smmDataInterface,
  60. dataInterence,
  61. dataAuthInterface,
  62. departInterence,
  63. videoInterence,
  64. InteractionInterence,
  65. enAuthInterence,
  66. dataMainInterface,
  67. customInterence,
  68. equityContacts,
  69. contractInterface,
  70. groupSendInterface,
  71. raiInterface,
  72. morningPaper,
  73. ficcManageInterface,
  74. classifyPermissionInterface,
  75. sealInterence,
  76. roadshowInterence,
  77. sandInterface,
  78. coalDataInterface,
  79. raiSpecial,
  80. pptInterface,
  81. interactiveInterface,
  82. videoInterface,
  83. raiVideoApi,
  84. strategyReportInterence,
  85. sciDataInterface,
  86. baiinfoInterface,
  87. nationalInterface,
  88. cloudDiskInterface,
  89. homeInterface,
  90. businessTripInterence,
  91. reportVarietyENInterence
  92. };
  93. //老接口 研报 ppt等
  94. import * as oldApis from './modules/oldApi';
  95. const {
  96. userLogin,
  97. modifyPwd,
  98. checkPwd,
  99. timeOnPage,
  100. reportlist,
  101. reportpublish,
  102. reportpublishcancle,
  103. voiceupload,
  104. resourceVoiceupload,
  105. reportadd,
  106. reportedit,
  107. reportdelete,
  108. reportdetail,
  109. classifyIdDetail,
  110. sendTemplateMsg,
  111. reportauthor,
  112. getDraft,
  113. autosave,
  114. reportSetPrepublish,
  115. classifylist,
  116. classifyparent,
  117. classifyadd,
  118. classifydelete,
  119. classifyedit,
  120. checkDeleteClassify,
  121. bannerlist,
  122. bannerupload,
  123. banneradd,
  124. banneredit,
  125. bannerdelete,
  126. pptlist,
  127. pptadd,
  128. pptdetail,
  129. pptedit,
  130. pptdelete,
  131. base64Upload,
  132. pptUpload,
  133. firstBg,
  134. pptPublish,
  135. messagePushPost,
  136. dayWeekReportChapterList,
  137. addDayWeekReport,
  138. editDayWeekReport,
  139. dayWeekChapterList,
  140. chapterTrendTagList,
  141. editChapterTrendTag,
  142. chapterDetail,
  143. dayTicketList,
  144. saveChapterReport,
  145. getChapterReportBefore,
  146. getChapterReportIsLast,
  147. publishChapterReport,
  148. publishDayOrWeekReport,
  149. dayWeekPauseTime,
  150. dayWeekUpdateRule,
  151. chapterQRCodeImg,
  152. getOSSSign,
  153. classifyTelList,
  154. getBeingPushedReportType,
  155. getBeingPushedReportList,
  156. setPushingTime,
  157. markReport,
  158. getchapterTypeList,
  159. addChapterType,
  160. editChapterType,
  161. deleteChapterType,
  162. getchapterTPermissionList,
  163. setchapterTPermission,
  164. reportMessageSend,
  165. weekReportValidAudio,
  166. getUserUuid,
  167. getBusinessCode,
  168. recordActiveLogin
  169. } = oldApis;
  170. export {
  171. userLogin,
  172. modifyPwd,
  173. checkPwd,
  174. timeOnPage,
  175. reportlist,
  176. reportpublish,
  177. reportpublishcancle,
  178. voiceupload,
  179. resourceVoiceupload,
  180. reportadd,
  181. reportedit,
  182. reportdelete,
  183. reportdetail,
  184. classifyIdDetail,
  185. sendTemplateMsg,
  186. reportauthor,
  187. getDraft,
  188. autosave,
  189. reportSetPrepublish,
  190. classifylist,
  191. classifyparent,
  192. classifyadd,
  193. classifydelete,
  194. classifyedit,
  195. checkDeleteClassify,
  196. bannerlist,
  197. bannerupload,
  198. banneradd,
  199. banneredit,
  200. bannerdelete,
  201. pptlist,
  202. pptadd,
  203. pptdetail,
  204. pptedit,
  205. pptdelete,
  206. base64Upload,
  207. pptUpload,
  208. firstBg,
  209. pptPublish,
  210. messagePushPost,
  211. dayWeekReportChapterList,
  212. addDayWeekReport,
  213. editDayWeekReport,
  214. dayWeekChapterList,
  215. chapterTrendTagList,
  216. editChapterTrendTag,
  217. chapterDetail,
  218. dayTicketList,
  219. saveChapterReport,
  220. getChapterReportBefore,
  221. getChapterReportIsLast,
  222. publishChapterReport,
  223. publishDayOrWeekReport,
  224. dayWeekPauseTime,
  225. dayWeekUpdateRule,
  226. chapterQRCodeImg,
  227. getOSSSign,
  228. classifyTelList,
  229. getBeingPushedReportType,
  230. getBeingPushedReportList,
  231. setPushingTime,
  232. markReport,
  233. getchapterTypeList,
  234. addChapterType,
  235. editChapterType,
  236. deleteChapterType,
  237. getchapterTPermissionList,
  238. setchapterTPermission,
  239. reportMessageSend,
  240. weekReportValidAudio,
  241. getUserUuid,
  242. getBusinessCode,
  243. recordActiveLogin
  244. };