- mtps added.

- refactor.
This commit is contained in:
gazebo
2018-06-18 12:03:53 +08:00
parent a0a97c6fc2
commit 03c7efbe1e
14 changed files with 302 additions and 178 deletions

View File

@@ -24,5 +24,10 @@ func init() {
&controllers.ELMOrderController{},
),
)
beego.AddNamespace(ns, ns2)
ns3 := beego.NewNamespace("/mtps",
beego.NSInclude(
&controllers.MTPSOrderController{},
),
)
beego.AddNamespace(ns, ns2, ns3)
}