This commit is contained in:
苏尹岚
2020-10-22 17:23:40 +08:00
parent 8cf944ce80
commit 0e03ea65c5

View File

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