添加企业微信创建群数据

This commit is contained in:
邹宗楠
2022-05-25 16:44:59 +08:00
parent 8ba3d7b6f1
commit e535366e1b
5 changed files with 214 additions and 3 deletions

View File

@@ -156,6 +156,11 @@ func init() {
&controllers.BiddingController{},
),
),
web.NSNamespace("/session",
web.NSInclude(
&controllers.SessionController{},
),
),
)
web.AddNamespace(ns)