- tempop.RetrieveEbaiShopLicence

This commit is contained in:
gazebo
2019-04-17 14:42:40 +08:00
parent 65790a6395
commit 77c92c2dbd
5 changed files with 112 additions and 22 deletions

View File

@@ -96,6 +96,11 @@ func init() {
&controllers.DDAPIController{},
),
),
beego.NSNamespace("/tempop",
beego.NSInclude(
&controllers.TempOpController{},
),
),
)
beego.AddNamespace(ns)