用户添加全新啊
This commit is contained in:
@@ -1453,7 +1453,7 @@ func init() {
|
||||
beego.ControllerComments{
|
||||
Method: "GetMenu",
|
||||
Router: `/GetMenu`,
|
||||
AllowHTTPMethods: []string{"post"},
|
||||
AllowHTTPMethods: []string{"get"},
|
||||
MethodParams: param.Make(),
|
||||
Filters: nil,
|
||||
Params: nil})
|
||||
@@ -1471,7 +1471,7 @@ func init() {
|
||||
beego.ControllerComments{
|
||||
Method: "GetUserRole",
|
||||
Router: `/GetUserRole`,
|
||||
AllowHTTPMethods: []string{"put"},
|
||||
AllowHTTPMethods: []string{"get"},
|
||||
MethodParams: param.Make(),
|
||||
Filters: nil,
|
||||
Params: nil})
|
||||
|
||||
Reference in New Issue
Block a user