Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
5
51business
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
方斌
51business
Commits
b97c79ef
Commit
b97c79ef
authored
Apr 17, 2020
by
任国军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
50068954
Pipeline
#21839
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
course_v5.js
app/router/course_v5.js
+1
-1
No files found.
app/router/course_v5.js
View file @
b97c79ef
...
@@ -29,7 +29,7 @@ module.exports = app => {
...
@@ -29,7 +29,7 @@ module.exports = app => {
router
.
get
(
'third'
,
'/article'
,
'course.v5.institution.getArticleByCategory'
);
// 获取科普文章
router
.
get
(
'third'
,
'/article'
,
'course.v5.institution.getArticleByCategory'
);
// 获取科普文章
router
.
get
(
'third'
,
'/question/all'
,
'course.v5.report.getQuestionList'
);
// 获取问题列表
router
.
get
(
'third'
,
'/question/all'
,
auth
,
'course.v5.report.getQuestionList'
);
// 获取问题列表
router
.
post
(
'third'
,
'/report'
,
auth
,
'course.v5.report.generateReport'
);
// 生成报告
router
.
post
(
'third'
,
'/report'
,
auth
,
'course.v5.report.generateReport'
);
// 生成报告
router
.
get
(
'third'
,
'/report/all'
,
auth
,
'course.v5.report.getReportList'
);
// 获取报告列表
router
.
get
(
'third'
,
'/report/all'
,
auth
,
'course.v5.report.getReportList'
);
// 获取报告列表
router
.
get
(
'third'
,
'/recommend/class/all'
,
auth
,
'course.v5.report.getAllReportRecommendClassList'
);
// 获取所有报告推荐课程
router
.
get
(
'third'
,
'/recommend/class/all'
,
auth
,
'course.v5.report.getAllReportRecommendClassList'
);
// 获取所有报告推荐课程
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment