任务分成

This commit is contained in:
苏尹岚
2020-11-16 15:04:23 +08:00
parent 7c2256d12f
commit 9c6ea62a7b

View File

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