feat: add 搜狐号 (#2946)

* feat: add 搜狐号

Close #2926

* docs
This commit is contained in:
Henry Wang
2019-08-28 04:14:46 +01:00
committed by DIYgod
parent 8e68040151
commit 3d72eec3c2
3 changed files with 62 additions and 0 deletions

View File

@@ -1669,4 +1669,7 @@ router.get('/nciae/xsxx', require('./routes/universities/nciae/xsxx'));
// cfan
router.get('/cfan/news', require('./routes/cfan/news'));
// 搜狐 - 搜狐号
router.get('/sohu/mp/:id', require('./routes/sohu/mp'));
module.exports = router;