fix(route): fix timezone and refactor to v2 (#11806)

* fix(route): fix timezone and refactor to v2

* refactor: use api

---------
This commit is contained in:
Fatpandac
2023-02-09 03:37:25 +08:00
committed by GitHub
parent 4dfe646d27
commit 7c56e2a995
8 changed files with 82 additions and 37 deletions

View File

@@ -1798,7 +1798,7 @@ router.get('/im2maker/:channel?', lazyloadRouteHandler('./routes/im2maker/index'
router.get('/cninfo/announcement/:column/:code/:orgId/:category?/:search?', lazyloadRouteHandler('./routes/cninfo/announcement'));
// 金十数据
router.get('/jinshi/index', lazyloadRouteHandler('./routes/jinshi/index'));
// router.get('/jinshi/index', lazyloadRouteHandler('./routes/jinshi/index'));
// 中华人民共和国农业农村部
router.get('/gov/moa/sjzxfb', lazyloadRouteHandler('./routes/gov/moa/sjzxfb'));