去掉注释代码

This commit is contained in:
Rosy-zhudan
2019-08-08 09:26:55 +08:00
parent 4facbdbbfd
commit df40806734
2 changed files with 2 additions and 9 deletions

View File

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