close #1454
This commit is contained in:
Chenyang Shi
2019-01-28 17:38:51 +08:00
committed by DIYgod
parent 36eae92311
commit 66cdae860a
3 changed files with 52 additions and 0 deletions

View File

@@ -1006,4 +1006,6 @@ router.get('/gov/zhengce/zuixin', require('./routes/gov/zhengce/zuixin'));
// 小黑盒
router.get('/xiaoheihe/user/:id', require('./routes/xiaoheihe/user'));
// 移动支付
router.get('/mpaypass/news', require('./routes/mpaypass/news'));
module.exports = router;