京西商城订单可以创建

This commit is contained in:
gazebo
2019-11-15 22:01:30 +08:00
parent 293226d002
commit 30167d627a
4 changed files with 75 additions and 18 deletions

View File

@@ -21,6 +21,11 @@ func init() {
&controllers.OrderController{},
),
),
beego.NSNamespace("/jxorder",
beego.NSInclude(
&controllers.JxOrderController{},
),
),
beego.NSNamespace("/sku",
beego.NSInclude(
&controllers.SkuController{},