feat: 报表三期接口联调

This commit is contained in:
mx00085@163.com
2023-03-29 16:29:15 +08:00
parent 7f1e4bb73c
commit bf2e938bf4
6 changed files with 584 additions and 207 deletions

View File

@@ -9,4 +9,10 @@ export const boeuProjectPageList = (obj) => http.post('/boeu/project/pageList',
// 文章列表
export const boeuArticlePageList = (obj) => http.post('/boeu/article/pageList', obj )
// 课程分页列表
export const boeuCourseListPageV2 = (obj) => http.post('/boeu/course/List/page/v2', obj )
export const boeuCourseListPageV2 = (obj) => http.post('/boeu/course/List/page/v2', obj )
// 考试列表分页
export const boeuExamPageListV2 = (obj) => http.post('/boeu/exam/pageList/v2', obj )
// 问答分页列表
export const boeuQuestionPageList= (obj) => http.post('/boeu/question/pageList', obj )
//柱状体左侧获取数据接口
export const dataStatisticsSelectV1= (obj) => http.post('/data/statistics/select/v1', obj )