- GetAndStoreCitiesShops

This commit is contained in:
gazebo
2019-06-25 09:23:55 +08:00
parent fc5c7ae609
commit 6cfc7091d1
6 changed files with 119 additions and 1 deletions

View File

@@ -106,6 +106,11 @@ func init() {
&controllers.SysController{},
),
),
beego.NSNamespace("/netspider",
beego.NSInclude(
&controllers.NetSpiderController{},
),
),
)
beego.AddNamespace(ns)