feat(region):完成行政区划获取的功能。

This commit is contained in:
徐涛
2022-08-13 20:11:16 +08:00
parent 5214147e49
commit bc60fcf835
4 changed files with 3865 additions and 3805 deletions

View File

@@ -16,6 +16,7 @@ func Router() *gin.Engine {
router.Use(security.SessionRecovery)
controller.InitializeUserController(router)
controller.InitializeRegionController(router)
return router
}