feat(route): 中国留学网通知公告 (#10009)

* feat(route): 中国留学网通知公告

* docs: move to study
This commit is contained in:
Ethan Shen
2022-06-22 23:45:10 +08:00
committed by GitHub
parent ae2464de6e
commit 4cf6fa4f3f
5 changed files with 79 additions and 0 deletions

3
lib/v2/cscse/router.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = function (router) {
router.get('/tzgg', require('./tzgg'));
};