Merge remote-tracking branch 'origin/mark' into don

This commit is contained in:
Rosy-zhudan
2019-08-07 09:06:50 +08:00
39 changed files with 650 additions and 165 deletions

View File

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