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
66088bad
Commit
66088bad
authored
Apr 30, 2020
by
任国军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add wechat check
parent
4f4f8f35
Pipeline
#22623
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
course_v5.js
app/router/course_v5.js
+3
-0
No files found.
app/router/course_v5.js
View file @
66088bad
...
@@ -20,6 +20,9 @@ module.exports = app => {
...
@@ -20,6 +20,9 @@ module.exports = app => {
router
.
get
(
'third'
,
'/feedback/type'
,
'course.v5.option.getFeedbackTypeList'
);
// 获取反馈分类
router
.
get
(
'third'
,
'/feedback/type'
,
'course.v5.option.getFeedbackTypeList'
);
// 获取反馈分类
router
.
post
(
'third'
,
'/feedback'
,
auth
,
'course.v5.option.addFeedback'
);
// 反馈
router
.
post
(
'third'
,
'/feedback'
,
auth
,
'course.v5.option.addFeedback'
);
// 反馈
router
.
get
(
'third'
,
'/category/tip'
,
auth
,
'course.v5.option.getCategoryTip'
);
// 获取分类提示(年龄不符合)
router
.
get
(
'third'
,
'/category/tip'
,
auth
,
'course.v5.option.getCategoryTip'
);
// 获取分类提示(年龄不符合)
router
.
get
(
'third'
,
'/wechat/callbackAction'
,
'course.v5.wechat.check'
);
router
.
post
(
'third'
,
'/wechat/callbackAction'
,
'course.v5.wechat.callbackAction'
);
router
.
post
(
'third'
,
'/wechat/test'
,
'course.v5.wechat.test'
);
router
.
get
(
'third'
,
'/class/all'
,
auth
,
'course.v5.institution.getClassList'
);
// 获取课程列表
router
.
get
(
'third'
,
'/class/all'
,
auth
,
'course.v5.institution.getClassList'
);
// 获取课程列表
router
.
get
(
'third'
,
'/class/:class_id'
,
auth
,
'course.v5.institution.getClassInfo'
);
// 获取课程详情
router
.
get
(
'third'
,
'/class/:class_id'
,
auth
,
'course.v5.institution.getClassInfo'
);
// 获取课程详情
...
...
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