feat: add 企鹅号 (#2959)

This commit is contained in:
Chenyang Shi
2019-08-30 00:10:41 +08:00
committed by DIYgod
parent a73d0418bf
commit d218976538
3 changed files with 48 additions and 0 deletions

View File

@@ -1682,4 +1682,7 @@ router.get('/sohu/mp/:id', require('./routes/sohu/mp'));
// 厚墨书源索引
router.get('/houmo/:code?', require('./routes/houmo/booksource'));
// 腾讯企鹅号
router.get('/tencent/news/author/:mid', require('./routes/tencent/news/author'));
module.exports = router;