feat: 添加飞客茶馆信用卡模块 (#2598)

* add flyertea creditcard

* add flyertea creditcard

* add flyertea creditcard

* change package.json
This commit is contained in:
nicolaszf
2019-07-11 15:36:43 +08:00
committed by DIYgod
parent bf9fd809fc
commit af3eea7c78
4 changed files with 160 additions and 0 deletions

View File

@@ -1443,6 +1443,7 @@ router.get('/aiyanxishe/:id/:sort?', require('./routes/aiyanxishe/home'));
// 飞客茶馆优惠信息
router.get('/flyertea/preferential', require('./routes/flyertea/preferential'));
router.get('/flyertea/creditcard/:bank', require('./routes/flyertea/creditcard'));
// 中国广播
router.get('/radio/:channelname/:name', require('./routes/radio/radio'));