123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435 |
- import http from "@/api/http.js"
- // const userLogin = params => { return http.post('/login',params); }; //系统用户登录
- const userLogin = params => { return http.post('/sysuser/login',params); }; //系统用户登录
- // const modifyPwd = params => { return http.post('/modifyPwd',params); }; //修改密码
- const modifyPwd = params => { return http.post('/sysuser/modify/pwd',params); }; //修改密码
- const checkPwd = params => { return http.get('/sysuser/check_pwd'); }; //判断是否为初始密码
-
- //用户累计停留时长 ActiveTime(s) Part
- const timeOnPage = params =>{return http.post('/eta_trial/user/active',params)}
- const reportlist = params => { return http.get('/report/list',params); }; //获取报告列表
- const reportpublish = params => { return http.post('/report/publish',params); }; //批量发布报告
- const reportpublishcancle = params => { return http.post('/report/publish/cancle',params); }; //取消发布报告
- const voiceupload = params => { return http.post('/voice/upload',params); }; //上传音频
- const resourceVoiceupload = params => { return http.post('/resource/voice/upload',params); }; //上传音频
- const reportadd = params => { return http.post('/report/add',params); }; //新增报告
- const reportedit = params => { return http.post('/report/edit',params); }; //编辑报告
- const reportdelete = params => { return http.post('/report/delete',params); }; //删除报告
- const reportdetail = params => { return http.get('/report/detail',params); }; //获取报告详情
- const classifyIdDetail = params => { return http.get('/report/classifyIdDetail',params); }; //通过二级分类id获取报告详情
- const sendTemplateMsg = params => { return http.post('/report/sendTemplateMsg',params); }; //推送消息
- const reportauthor = params => { return http.get('/report/author',params); }; //获取作者
- const getDraft = params => { return http.get('/report/getDraft',params); }; //获取草稿
- const autosave = params => { return http.post('/report/saveReportContent',params); }; //保存
- const reportSetPrepublish=params=>{return http.post('/report/pre_publish',params);};//报告设置定时发布
- const classifylist = params => { return http.get('/classify/list',params); }; //获取分类列表
- const classifyparent = params => { return http.get('/classify/parent',params); }; //获取父级分类
- const classifyadd = params => { return http.post('/classify/add',params); }; //新增分类
- const classifydelete = params => { return http.post('/classify/delete',params); }; //删除分类
- const classifyedit = params => { return http.post('/classify/edit',params); }; //编辑分类
- const checkDeleteClassify = params => { return http.get('/classify/checkDeleteClassify',params); }; //检测分类
- const classifyTelList = params=>{return http.get('/classify/tel_list',params)};//电话会分类
- const bannerlist = params => { return http.get('/banner/list',params); }; //获取banner列表
- const bannerupload = params => { return http.post('/banner/upload',params); }; //上传banner图
- const banneradd = params => { return http.post('/banner/add',params); }; //新增banner
- const banneredit = params => { return http.post('/banner/edit',params); }; //编辑banner
- const bannerdelete = params => { return http.post('/banner/delete',params); }; //删除banner
- const getUserUuid=()=>{return http.get('/sysuser/uuid',{})};//获取用户uuid
- const userLogOut = params => { return http.post('/sysuser/logout',params); }; //系统用户退出登录,用于后端清空Token
- /* ppt */
- const pptlist = params => {
- return http.get('/ppt/list',params);
- }; //获取ppt列表
- const pptadd = params => {
- return http.post('/ppt/add',params);
- }; //新增ppt
- const pptdetail = params => {
- return http.get('/ppt/detail',params);
- }; //获取ppt详情
- const pptedit = params => {
- return http.post('/ppt/edit',params);
- }; //编辑ppt
- const pptdelete = params => {
- return http.post('/ppt/delete',params);
- }; //删除ppt
- const base64Upload = params => {
- return http.post('/ppt/base64Upload',params);
- }; //上传base64图片 img 是 string 图片base64字符串
- /* ppt上传 */
- const pptUpload = params => {
- return http.post('/ppt/base64Upload/batch',params);
- }
- /* resource_id 是 int 策略组提供的资源id
- ppt_id */
- /* 获取首页背景 */
- const firstBg = params => {
- return http.get('/ppt/getImages',params)
- }
- /* 发布 ppt_id 是 int */
- const pptPublish = params => {
- return http.post('/ppt/publish',params)
- }
- /* 客群消息推送接口 */
- const messagePushPost= params => {
- return http.post('/report/ths/sendTemplateMsg',params)
- }
- // 晨周报章节类型列表
- const dayWeekReportChapterList=params=>{
- return http.get('/report/getDayWeekReportChapterTypeList',params)
- }
- //新增晨周报
- const addDayWeekReport=params=>{
- return http.post('/report/addDayWeekReport',params)
- }
- //编辑晨周报
- const editDayWeekReport=params=>{
- return http.post('/report/editDayWeekReport',params)
- }
- // 晨周报章节列表
- const dayWeekChapterList=params=>{
- return http.get('/report/getReportChapterList',params)
- }
- //章节标签列表
- const chapterTrendTagList=()=>{
- return http.get('/report/getChapterTrendTag',{})
- }
- //编辑章节标签
- const editChapterTrendTag=params=>{
- return http.post('/report/editChapterTrendTag',params)
- }
- //晨报周报章节详情
- const chapterDetail=params=>{
- return http.get('/report/getDayWeekChapter',params)
- }
- //晨报数据指标列表
- const dayTicketList=params=>{
- return http.get('/report/getDayReportTickerList',params)
- }
- //保存晨报周报章节报告
- const saveChapterReport=params=>{
- return http.post('/report/editDayWeekChapter',params)
- }
- //获取晨报/周报上一篇内容
- const getChapterReportBefore=params=>{
- return http.get('/report/getLastDayWeekReportChapter',params)
- }
- //判断晨报周报当前章节是否为最后一篇发布的
- const getChapterReportIsLast=params=>{
- return http.get('/report/isLastDayWeekReportChapter',params)
- }
- //发布晨报周报章节
- const publishChapterReport=params=>{
- return http.post('/report/publishDayWeekReportChapter',params)
- }
- //发布晨报周报
- const publishDayOrWeekReport=params=>{
- return http.post('/report/publishDayWeekReport',params)
- }
- //晨报周报更新暂停的时间
- const dayWeekPauseTime=params=>{
- return http.get('/report/getDayWeekReportPauseTime',{})
- }
- //晨报周报设置更新规则
- const dayWeekUpdateRule=params=>{
- return http.post('/report/setDayWeekReportUpdateRule',params)
- }
- // 周报校验音频
- const weekReportValidAudio=params=>{
- return http.get('/report/CheckDayWeekReportChapterVideo',params)
- }
- const chapterQRCodeImg=params=>{
- return http.post('/report/getSunCode',params)
- }
- //上传阿里云 oss获取临时票据
- /**
- * @param {*} params.StorageSource number 1:oss 2:minio
- * @returns
- */
- const getOSSSign=params=>{
- return http.get('/resource/oss/get_sts_token',params)
- }
- /* 推送客户群设置 */
- // 获取待推送报告类型
- /**
- * @returns
- * List - 报告类型列表
- *
- */
- const getBeingPushedReportType=()=>{
- return http.get('/yb/ths_send/report_type',{})
- }
- // 获取待推送列表
- /**
- *
- * @param {
- * Title 推送标题
- * ReportType 内容类型
- * CreateTimeStart 创建开始日期
- * CreateTimeEnd 创建结束日期
- * PushTimeStart 推送开始日期
- * PushTimeEnd 推送结束日期
- * PageSize 每页条数
- * CurrentIndex 当前页数
- * } params
- * @returns
- */
- const getBeingPushedReportList=params=>{
- return http.get('/yb/ths_send/list',params)
- }
- // 设置推送时间
- /**
- * @param {
- * SendId 序号
- * PushTime 新的推送时间
- * } params
- * @returns
- */
- const setPushingTime=params=>{
- return http.post('/yb/ths_send/modify_push_time',params)
- }
- //研报标记状态
- /**
- *
- * @param {
- * Status 编辑状态
- * ReportId 报告ID
- * } params
- * @returns
- */
- const markReport = params =>{
- return http.post('/report/mark',params)
- }
- // 获取章节类型列表
- /**
- * @param params.ReportType Enum-报告类型:day-晨报;week-周报
- * @param params.PageSize Integer-每页条数
- * @param params.CurrentIndex Integer-当前页数
- * @returns 章节类型列表
- */
- const getchapterTypeList=params=>{
- return http.get('/report/chapter_type/list',params)
- }
- // 新增章节类型
- /**
- * @param params.ReportChapterTypeName String-章节名称
- * @param params.Sort Integer-排序
- * @param params.ReportType Enum-报告类型:day-晨报;week-周报
- * @param params.SelectedImage String-选中的icon
- * @param params.UnselectedImage String-未选中的icon
- * @param params.WordsImage String-带字的icon
- * @param params.EditImgUrl String-后台-章节列表封面图
- * @param params.IsShow Enum-小程序端是否展示:0-隐藏;1-显示
- */
- const addChapterType=params=>{
- return http.post('/report/chapter_type/add',params)
- }
- // 编辑章节类型
- /**
- * @param params.ReportChapterTypeId Integer-章节ID
- * @param params.ReportChapterTypeName String-章节名称
- * @param params.Sort Integer-排序
- * @param params.ReportType Enum-报告类型:day-晨报;week-周报
- * @param params.SelectedImage String-选中的icon
- * @param params.UnselectedImage String-未选中的icon
- * @param params.WordsImage String-带字的icon
- * @param params.EditImgUrl String-后台-章节列表封面图
- * @param params.IsShow Enum-小程序端是否展示:0-隐藏;1-显示
- */
- const editChapterType=params=>{
- return http.post('/report/chapter_type/edit',params)
- }
-
- // 删除章节
- /**
- * @param params.ReportChapterTypeId Integer-章节ID
- */
- const deleteChapterType=params=>{
- return http.post('/report/chapter_type/del',params)
- }
- // 获取章节类型的权限列表
- /**
- * @param params.ReportChapterTypeId Integer-章节ID
- * @returns 权限列表
- */
- const getchapterTPermissionList=params=>{
- return http.get('/report/chapter_type/permission_list',params)
- }
- // 设置章节类型的权限
- /**
- * @param params.ReportChapterTypeId Integer-章节ID
- * @param params.ChartPermissionIdList Array<Integer>-权限IDs
- */
- const setchapterTPermission=params=>{
- return http.post('/report/chapter_type/auth_setting',params)
- }
- //章节启用\禁用
- const setChapterEnable=params=>{
- return http.post('/report/chapter_type/enabled/set',params)
- }
- //章节拖动排序
- const setChapterSort=params=>{
- return http.post('/report/chapter_type/move',params)
- }
- // 同时推送客群和模板消息
- const reportMessageSend=params=>{
- return http.post('/report/sendMsg',params)
- }
- // 获取商家code
- const getBusinessCode=params=>{
- return http.get('/business_conf/code_encrypt',params)
- }
- // 获取商家code "ActiveTime":99
- const recordActiveLogin=params=>{
- return http.post('/eta_trial/user/login_duration',params)
- }
- /**
- * 获取动态配配置 系统内部动态链接
- * @param {*} params
- */
- const getPublicSettingsApi = params => {
- return http.get('/system/config')
- }
- /**
- * 真·获取公共配置
- * @param {*} params
- */
- const getRealPublicSettings = params => {
- return http.get('/sysuser/public_config')
- }
- // 下载文件公共接口
- const apiDownloadResource=params=>{
- return http.get('/resource/file/download',params,'blob')
- }
- // 中英文研报、智能研报转pdf和长图
- const report2PdfImg=params=>{
- return http.post('/smart_report/get_pdf_url',params)
- }
- /* 据cookie ai_user静默登录 */
- export const loginTransferByCookie = params => {
- return http.post('/user_login/username_login',params)
- }
- export {
- userLogin,
- modifyPwd,
- checkPwd,
- timeOnPage,
- reportlist,
- reportpublish,
- reportpublishcancle,
- voiceupload,
- resourceVoiceupload,
- reportadd,
- reportedit,
- reportdelete,
- reportdetail,
- classifyIdDetail,
- sendTemplateMsg,
- reportauthor,
- getDraft,
- autosave,
- reportSetPrepublish,
- classifylist,
- classifyparent,
- classifyadd,
- classifydelete,
- classifyedit,
- checkDeleteClassify,
- bannerlist,
- bannerupload,
- banneradd,
- banneredit,
- bannerdelete,
- pptlist,
- pptadd,
- pptdetail,
- pptedit,
- pptdelete,
- base64Upload,
- pptUpload,
- firstBg,
- pptPublish,
- messagePushPost,
- dayWeekReportChapterList,
- addDayWeekReport,
- dayWeekChapterList,
- chapterTrendTagList,
- editChapterTrendTag,
- editDayWeekReport,
- chapterDetail,
- dayTicketList,
- saveChapterReport,
- getChapterReportBefore,
- getChapterReportIsLast,
- publishChapterReport,
- publishDayOrWeekReport,
- dayWeekPauseTime,
- dayWeekUpdateRule,
- chapterQRCodeImg,
- getOSSSign,
- classifyTelList,
- getBeingPushedReportType,
- getBeingPushedReportList,
- setPushingTime,
- markReport,
- getchapterTypeList,
- addChapterType,
- editChapterType,
- deleteChapterType,
- getchapterTPermissionList,
- setchapterTPermission,
- reportMessageSend,
- weekReportValidAudio,
- getUserUuid,
- getBusinessCode,
- getPublicSettingsApi,
- recordActiveLogin,
- setChapterEnable,
- setChapterSort,
- getRealPublicSettings,
- userLogOut,
- apiDownloadResource,
- report2PdfImg
- }
|