feat: add new route flyertea (#2431)

* feat: add new route flyertea

* fix: docs error fix
This commit is contained in:
howel52
2019-06-19 11:25:34 +08:00
committed by DIYgod
parent 1b632a3e8d
commit ad4faac0bb
3 changed files with 42 additions and 0 deletions

View File

@@ -1421,4 +1421,7 @@ router.get('/sixthtone/news', require('./routes/sixthtone/news'));
// AI研习社
router.get('/aiyanxishe/:id/:sort?', require('./routes/aiyanxishe/home'));
// 飞客茶馆优惠信息
router.get('/flyertea/preferential', require('./routes/flyertea/preferential'));
module.exports = router;