添加企业微信创建群数据
This commit is contained in:
@@ -156,6 +156,11 @@ func init() {
|
||||
&controllers.BiddingController{},
|
||||
),
|
||||
),
|
||||
web.NSNamespace("/session",
|
||||
web.NSInclude(
|
||||
&controllers.SessionController{},
|
||||
),
|
||||
),
|
||||
)
|
||||
web.AddNamespace(ns)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user