Keep用户运动日记 (#406)

根据Keep用户ID获取运动日记

原始链接:https://show.gotokeep.com/usersfulldiary?userId=56f497fcc0d6077136e9a758
This commit is contained in:
Dectinc Chen
2018-08-03 10:44:10 +08:00
committed by DIYgod
parent 607a879136
commit 2bb1ce5c27
4 changed files with 101 additions and 0 deletions

View File

@@ -365,4 +365,7 @@ router.get('/scnu/jw', require('./routes/scnu/jw'));
router.get('/scnu/library', require('./routes/scnu/library'));
router.get('/scnu/cs/match', require('./routes/scnu/cs/match'));
// Keep
router.get('/keep/user/:id', require('./routes/keep/user'));
module.exports = router;