diff --git a/routers/commentsRouter_controllers.go b/routers/commentsRouter_controllers.go index 7f0940f74..527d0f53e 100644 --- a/routers/commentsRouter_controllers.go +++ b/routers/commentsRouter_controllers.go @@ -1291,7 +1291,7 @@ func init() { beego.ControllerComments{ Method: "RefreshJdShopOrdersEarningPrice", Router: `/RefreshJdShopOrdersEarningPrice`, - AllowHTTPMethods: []string{"put"}, + AllowHTTPMethods: []string{"post"}, MethodParams: param.Make(), Filters: nil, Params: nil})