This commit is contained in:
苏尹岚
2020-11-23 17:08:32 +08:00
parent b25c14cb88
commit 6d54e23321

View File

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