diff --git a/platformapi/mtwmapi/order.go b/platformapi/mtwmapi/order.go index cafe4e57..fce2437f 100644 --- a/platformapi/mtwmapi/order.go +++ b/platformapi/mtwmapi/order.go @@ -148,8 +148,9 @@ func (a *API) OrderBatchPullPhoneNumber(poiCode string, offset, limit int) (real return nil, err } +// 专快混配送转为商家自配送 func (a *API) OrderLogisticsChange2Self(orderID int64) (err error) { - _, err = a.AccessAPI("order/logistics/change/poi_self", true, map[string]interface{}{ + _, err = a.AccessAPI("order/logistics/change/poi_self", false, map[string]interface{}{ KeyOrderID: orderID, }) return err