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{}{