退出用户组

This commit is contained in:
苏尹岚
2020-10-22 14:23:26 +08:00
parent 4fc2e9c5df
commit 777bdc6d93
4 changed files with 119 additions and 9 deletions

View File

@@ -142,6 +142,15 @@ func init() {
Filters: nil,
Params: nil})
beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:EventController"] = append(beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:EventController"],
beego.ControllerComments{
Method: "DeleteMessageGroup",
Router: `/DeleteMessageGroup`,
AllowHTTPMethods: []string{"delete"},
MethodParams: param.Make(),
Filters: nil,
Params: nil})
beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:EventController"] = append(beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:EventController"],
beego.ControllerComments{
Method: "GetImMessageRecord",