api.js 5.6 KB

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