Commit 66088bad authored by 任国军's avatar 任国军

add wechat check

parent 4f4f8f35
Pipeline #22623 passed with stage
in 13 seconds
......@@ -20,6 +20,9 @@ module.exports = app => {
router.get('third', '/feedback/type', 'course.v5.option.getFeedbackTypeList');// 获取反馈分类
router.post('third', '/feedback', auth, 'course.v5.option.addFeedback');// 反馈
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/:class_id', auth, 'course.v5.institution.getClassInfo');// 获取课程详情
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment