- 京西自营商城可以存订单了

This commit is contained in:
gazebo
2019-09-02 18:33:43 +08:00
parent 7ca4429e43
commit 4e617f4ef5
17 changed files with 503 additions and 280 deletions

View File

@@ -111,6 +111,11 @@ func init() {
&controllers.ActController{},
),
),
beego.NSNamespace("/jxshop",
beego.NSInclude(
&controllers.JxShopController{},
),
),
)
beego.AddNamespace(ns)