This commit is contained in:
苏尹岚
2020-11-16 15:10:20 +08:00
parent 9c6ea62a7b
commit 00665fd1f9

View File

@@ -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})