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