- 去除无用代码,主要是promotion相关的

This commit is contained in:
gazebo
2019-08-14 11:12:33 +08:00
parent 667e27d62e
commit 4c484a6280
17 changed files with 179 additions and 1878 deletions

View File

@@ -61,11 +61,6 @@ func init() {
&controllers.FinancialController{},
),
),
beego.NSNamespace("/promotion",
beego.NSInclude(
&controllers.PromotionController{},
),
),
beego.NSNamespace("/sync",
beego.NSInclude(
&controllers.SyncController{},