From 7f4e2576566c75f082ea66f217683c2c976bcb1e Mon Sep 17 00:00:00 2001 From: gazebo Date: Sat, 28 Jul 2018 11:17:37 +0800 Subject: [PATCH] - comment update. --- platformapi/jdapi/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/jdapi/order.go b/platformapi/jdapi/order.go index bf2c08c2..edbf727c 100644 --- a/platformapi/jdapi/order.go +++ b/platformapi/jdapi/order.go @@ -118,7 +118,7 @@ func (a API) ModifySellerDelivery(orderId string) (interface{}, error) { return a.AccessAPINoPage("order/modifySellerDelivery", jdParams, nil, nil) } -// 拣货完成且商家自送接口 +// 拣货完成且商家自送接口(这个接口是商家本身配置为自送模式下才能调用的接口,如果启用了达达配送,是不能调用的) // https://opendj.jd.com/staticnew/widgets/resources.html?groupid=169&apiid=0e08e71a45dc48b6a337e06a852ac33a func (a API) OrderSerllerDelivery(orderId string) (interface{}, error) { jdParams := map[string]interface{}{