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{
Method: "UploadImg",
Router: `/UploadImg`,
AllowHTTPMethods: []string{"delete"},
AllowHTTPMethods: []string{"post"},
MethodParams: param.Make(),
Filters: nil,
Params: nil})