From 9c6ea62a7b7014ed5487af7cac5a8224da78bba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 16 Nov 2020 15:04:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=88=86=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/jx_order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)