- normal store weixin msg.
This commit is contained in:
@@ -76,6 +76,11 @@ func init() {
|
||||
&controllers.InitDataController{},
|
||||
),
|
||||
),
|
||||
beego.NSNamespace("/msg",
|
||||
beego.NSInclude(
|
||||
&controllers.MsgController{},
|
||||
),
|
||||
),
|
||||
)
|
||||
beego.AddNamespace(ns)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user