From f932b92dbe042dc394490e1c82e0d97b95ce9a0b Mon Sep 17 00:00:00 2001 From: gazebo Date: Sat, 30 Mar 2019 09:30:03 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=B8=93=E5=BF=AB=E6=B7=B7=E9=85=8D?= =?UTF-8?q?=E9=80=81=E8=BD=AC=E4=B8=BA=E5=95=86=E5=AE=B6=E8=87=AA=E9=85=8D?= =?UTF-8?q?=E9=80=81=E6=98=AFPOST?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/mtwmapi/order.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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