This commit is contained in:
suyl
2021-06-30 13:56:32 +08:00
parent 184c35bc9b
commit 6fae4fd46b
2 changed files with 2 additions and 2 deletions

View File

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