feat(route): add EMS 苹果邮件 and refactor to V2 (#9175)

This commit is contained in:
Fatpandac
2022-02-23 20:11:57 +08:00
committed by GitHub
parent f6265ddb8f
commit 5c694e35b3
9 changed files with 83 additions and 14 deletions

View File

@@ -3011,9 +3011,6 @@ router.get('/open163/latest', lazyloadRouteHandler('./routes/netease/open/latest
// Boston.com
router.get('/boston/:tag?', lazyloadRouteHandler('./routes/boston/index'));
// 中国邮政速递物流
router.get('/ems/news', lazyloadRouteHandler('./routes/ems/news'));
// 场库
router.get('/changku', lazyloadRouteHandler('./routes/changku/index'));
router.get('/changku/cate/:postid', lazyloadRouteHandler('./routes/changku/index'));