任务分成
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user