This commit is contained in:
苏尹岚
2020-11-27 16:58:04 +08:00
parent 28b097cfca
commit 2e2cd0686c
2 changed files with 2 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ func init() {
beego.ControllerComments{
Method: "DeleteMessageGroup",
Router: `/DeleteMessageGroup`,
AllowHTTPMethods: []string{"delete"},
AllowHTTPMethods: []string{"post"},
MethodParams: param.Make(),
Filters: nil,
Params: nil})