- normal store weixin msg.

This commit is contained in:
gazebo
2018-12-25 21:50:18 +08:00
parent e90d36e827
commit e8ce327fc0
11 changed files with 396 additions and 15 deletions

View File

@@ -76,6 +76,11 @@ func init() {
&controllers.InitDataController{},
),
),
beego.NSNamespace("/msg",
beego.NSInclude(
&controllers.MsgController{},
),
),
)
beego.AddNamespace(ns)