diff --git a/controllers/jx_order.go b/controllers/jx_order.go index 959c7a968..abea5399b 100644 --- a/controllers/jx_order.go +++ b/controllers/jx_order.go @@ -1026,7 +1026,7 @@ func (c *OrderController) GetMatterStoreOrderCount() { // @Param toTime formData string true "订单结束时间" // @Success 200 {object} controllers.CallResult // @Failure 200 {object} controllers.CallResult -// @router /RefreshJdShopOrdersEarningPrice [put] +// @router /RefreshJdShopOrdersEarningPrice [post] func (c *OrderController) RefreshJdShopOrdersEarningPrice() { c.callRefreshJdShopOrdersEarningPrice(func(params *tOrderRefreshJdShopOrdersEarningPriceParams) (retVal interface{}, errCode string, err error) { err = orderman.RefreshJdShopOrdersEarningPrice(params.Ctx, params.FromTime, params.ToTime)